Skip to content

bugfix: support non-VERSION approach for KSM #964

bugfix: support non-VERSION approach for KSM

bugfix: support non-VERSION approach for KSM #964

name: Prometheus Adapter merger
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' #@daily
pull_request:
paths:
- '.github/workflows/merge-flow.yaml'
- '.github/workflows/merge-prometheus-adapter.yaml'
push:
paths:
- '.github/workflows/merge-flow.yaml'
- '.github/workflows/merge-prometheus-adapter.yaml'
jobs:
prometheus-adapter-merge:
uses: ./.github/workflows/merge-flow.yaml
with:
upstream: kubernetes-sigs/prometheus-adapter
downstream: openshift/k8s-prometheus-adapter
sandbox: rhobs/k8s-prometheus-adapter
go-version: "1.20"
restore-downstream: >-
OWNERS
restore-upstream: >-
VERSION
go.mod
go.sum
deploy/manifests/*
secrets:
pr-app-id: ${{ secrets.APP_ID }}
pr-app-private-key: ${{ secrets.APP_PRIVATE_KEY }}
cloner-app-id: ${{ secrets.CLONER_APP_ID }}
cloner-app-private-key: ${{ secrets.CLONER_APP_PRIVATE_KEY }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}