Skip to content

Commit 0a95939

Browse files
authored
chore: Try another workflow permission. (#8811)
* chore: Try another workflow permission. * chore: Explicitly specify the GitHub token. * chore: Try with contents: write. * chore: Try write-all at the top level. * chore: try regular pull_request. * chore: Fix assign reviewers action configuration.
1 parent b3bce67 commit 0a95939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/assign_reviewers.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
requested-reviewer:
1717
runs-on: ubuntu-latest
1818
permissions:
19-
contents: read
20-
issues: write
19+
pull-requests: write
2120
steps:
2221
- name: Assign requested reviewer
2322
uses: actions/github-script@v7

0 commit comments

Comments
 (0)