Skip to content

Commit fa97c4f

Browse files
committed
feat(ci): add the necessary pull-requests:write permission to comment on PRs
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1 parent 2bc6a61 commit fa97c4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
deployments: write
1111
# contents permission to update benchmark contents in gh-pages branch
1212
contents: write
13+
# pull requests permission to comment on PRs
14+
pull-requests: write
1315

1416
jobs:
1517
benchmark:

0 commit comments

Comments
 (0)