1 parent fe94616 commit d638aadCopy full SHA for d638aad
1 file changed
.github/workflows/pull_request.yml
@@ -10,6 +10,9 @@ jobs:
10
if: "github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'"
11
needs: [ "run-ci" ]
12
runs-on: "ubuntu-latest"
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
steps:
17
# Always approve PRs from Dependabot.
18
- name: Approve
0 commit comments