File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ name : ACM Memcached exporter merger
2+
3+ on :
4+ workflow_dispatch :
5+ schedule :
6+ - cron : ' 0 0 * * 1' # @weekly
7+ pull_request :
8+ paths :
9+ - ' .github/workflows/merge-acm-flow.yaml'
10+ - ' .github/workflows/merge-acm-memcached-exporter.yaml'
11+ push :
12+ paths :
13+ - ' .github/workflows/merge-acm-flow.yaml'
14+ - ' .github/workflows/merge-acm-memcached-exporter.yaml'
15+ jobs :
16+ memcached-exporter-merge :
17+ uses : ./.github/workflows/merge-acm-flow.yaml
18+ with :
19+ upstream : prometheus/memcached_exporter
20+ downstream : stolostron/memcached_exporter
21+ sandbox : rhobs/acm-memcached_exporter
22+ go-version : " 1.24"
23+ restore-downstream : >-
24+ OWNERS
25+ restore-upstream : >-
26+ CHANGELOG.md
27+ VERSION
28+ go.mod
29+ go.sum
30+ pkg
31+ cmd
32+ secrets :
33+ pr-app-id : ${{ secrets.ACM_APP_ID }}
34+ pr-app-private-key : ${{ secrets.ACM_APP_PRIVATE_KEY }}
35+ cloner-app-id : ${{ secrets.ACM_CLONER_APP_ID }}
36+ cloner-app-private-key : ${{ secrets.ACM_CLONER_APP_PRIVATE_KEY }}
37+ slack-webhook-url : ${{ secrets.ACM_SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments