Skip to content

Commit 89ab2ef

Browse files
fix(ci): add statuses write permission to PR tests workflow
1 parent 28d27eb commit 89ab2ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
if: always()
2828
permissions:
2929
pull-requests: write
30+
statuses: write
3031

3132
steps:
3233
- name: Comment PR with test results

0 commit comments

Comments
 (0)