We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5874d07 + e113c6d commit e0a4943Copy full SHA for e0a4943
1 file changed
.github/workflows/dependabot-approve-merge.yml
@@ -8,13 +8,20 @@ name: Dependabot
8
on:
9
pull_request_target:
10
branches:
11
+ - main
12
- master
13
- stable*
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
auto-approve-merge:
20
if: github.actor == 'dependabot[bot]'
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ # for hmarr/auto-approve-action to approve PRs
24
+ pull-requests: write
25
26
steps:
27
# Github actions bot approve
0 commit comments