Skip to content

Commit 8bf7739

Browse files
committed
Updating dependabot-approve-merge.yml workflow from template
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 3b5f4e6 commit 8bf7739

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dependabot-approve-merge.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,20 @@ name: Dependabot
88
on:
99
pull_request_target:
1010
branches:
11+
- main
1112
- master
1213
- stable*
1314

15+
permissions:
16+
contents: read
17+
1418
jobs:
1519
auto-approve-merge:
1620
if: github.actor == 'dependabot[bot]'
1721
runs-on: ubuntu-latest
22+
permissions:
23+
# for hmarr/auto-approve-action to approve PRs
24+
pull-requests: write
1825

1926
steps:
2027
# Github actions bot approve

0 commit comments

Comments
 (0)