We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 696470f + a013187 commit f7de3b9Copy full SHA for f7de3b9
1 file changed
.github/workflows/auto-merge.yml
@@ -1,19 +1,10 @@
1
-name: Auto Merge
+name: Enable Dependabot Auto-Merge
2
3
-on:
4
- pull_request_target:
+on: pull_request
5
6
jobs:
7
- auto-merge:
8
- name: Merge Automatically
9
- runs-on: ubuntu-20.04
10
- if: github.actor == 'dependabot[bot]'
11
- steps:
12
- - name: Checkout
13
- uses: actions/checkout@v4
14
-
15
- - name: Prepare Auto Merge
16
- uses: ahmadnassri/action-dependabot-auto-merge@v2
17
- with:
18
- target: minor
19
- github-token: ${{ secrets.GITOPS_TOKEN }}
+ dependabot:
+ uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v3.2.0
+ secrets:
+ app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
+ private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
0 commit comments