We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5837f1 commit b397212Copy full SHA for b397212
.github/workflows/dependabot-auto-merge.yml
@@ -0,0 +1,16 @@
1
+name: dependabot-auto-merge
2
+
3
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - synchronize # PR branch is rebased
8
9
+jobs:
10
+ auto-merge:
11
+ uses: sue445/workflows/.github/workflows/dependabot-auto-merge.yml@main
12
+ secrets:
13
+ # TODO: Set secrets to Dependabot secrets
14
+ app-id: ${{ secrets.RUBY_GO_GEM_BOT_APP_ID }}
15
+ private-key: ${{ secrets.RUBY_GO_GEM_BOT_PRIVATE_KEY }}
16
+ slack-webhook: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments