Skip to content

Commit 5a5753d

Browse files
committed
fix: add issues permission
1 parent a43f667 commit 5a5753d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/branch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ on:
1919
permissions:
2020
contents: write
2121
actions: write
22-
pull-requests: write # allow test release comments to be deleted.
22+
# Allow test PR comments to be deleted
23+
issues: write
24+
pull-requests: write
2325

2426
jobs:
2527
github-action:

0 commit comments

Comments
 (0)