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.
1 parent 29b7076 commit 3aa7b61Copy full SHA for 3aa7b61
1 file changed
.github/workflows/headers.yml
@@ -6,7 +6,8 @@ on:
6
- cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
7
8
permissions:
9
- contents: write # Grants write access to push changes and create PRs
+ contents: write # Grants write access to push changes
10
+ pull-requests: write # and create PRs
11
12
jobs:
13
run-bash-and-pr:
0 commit comments