Skip to content

Commit

Permalink
MON-3289: Setup merge workflow for metrics-server
Browse files Browse the repository at this point in the history
Signed-off-by: Jayapriya Pai <[email protected]>
  • Loading branch information
slashpai committed Jul 27, 2023
1 parent 34c3a33 commit 085bd48
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/merge-metrics-server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: metrics-server merger

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' #@daily

jobs:
metrics-server-merge:
uses: rhobs/syncbot/.github/workflows/merge-flow.yaml@main
with:
upstream: kubernetes-sigs/metrics-server
downstream: openshift/kubernetes-metrics-server
sandbox: rhobs/kubernetes-metrics-server
restore-upstream: CHANGELOG.md VERSION
restore-downstream: OWNERS charts/OWNERS
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 }}

0 comments on commit 085bd48

Please sign in to comment.