We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db94180 + 4384fae commit b3c30a3Copy full SHA for b3c30a3
.github/workflows/auto-approve-and-merge.yml
@@ -2,14 +2,13 @@ name: Auto approve and Merge Dependabot PRs
2
on:
3
pull_request_target:
4
types: [labeled]
5
+permissions:
6
+ pull-requests: write
7
8
jobs:
9
auto-approve:
10
name: Auto-approve dependabot PRs
11
runs-on: ubuntu-24.04
- permissions:
- pull-requests: write
12
- contents: write
13
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
14
steps:
15
- uses: hmarr/auto-approve-action@v4
0 commit comments