Skip to content

Commit 457889b

Browse files
Merge pull request #140 from WarehouseFinds/copilot/fix-labeler-resource-access-error
Add `issues: write` permission to bootstrap workflow for label creation
2 parents 4ea3ca2 + c94c42a commit 457889b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bootstrap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ permissions:
1414
# Need `contents: read` to checkout the repository.
1515
# Need `contents: write` to update the step metadata.
1616
contents: write
17+
# Need `issues: write` to create repository labels.
18+
issues: write
1719

1820
jobs:
1921
get_repo_state:

0 commit comments

Comments
 (0)