Skip to content

Commit a47a211

Browse files
authored
Merge pull request #57 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml
2 parents 3f89696 + 0e49ba3 commit a47a211

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)