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 4ea3ca2 + c94c42a commit 457889bCopy full SHA for 457889b
1 file changed
.github/workflows/bootstrap.yml
@@ -14,6 +14,8 @@ permissions:
14
# Need `contents: read` to checkout the repository.
15
# Need `contents: write` to update the step metadata.
16
contents: write
17
+ # Need `issues: write` to create repository labels.
18
+ issues: write
19
20
jobs:
21
get_repo_state:
0 commit comments