Skip to content

Commit a294b62

Browse files
Copilotaaronpowell
andauthored
fix: grant pull-requests: write permission in label-pr-intent workflow (#1612)
* Initial plan * fix: grant pull-requests: write permission in label-pr-intent workflow Agent-Logs-Url: https://github.com/github/awesome-copilot/sessions/02960aad-3fd4-45cf-b9d1-9aa219e14604 Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent b644d55 commit a294b62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-pr-intent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
permissions:
88
issues: write
9-
pull-requests: read
9+
pull-requests: write
1010

1111
jobs:
1212
label-pr:

0 commit comments

Comments
 (0)