Skip to content

Commit b8c2b73

Browse files
authored
chore: update assignment workflow permissions for v12 (#8947)
_This is a cherry-pick of #8811 into the v12 release branch._ ## The basics - [x] I [validated my changes](https://developers.google.com/blockly/guides/contribute/core#making_and_verifying_a_change) (ish--largely relying on the original testing for this PR since it's actions-related) ## The details ### Resolves This fixes the same issue as #8811 but on the v12 branch. ### Proposed Changes See #8811. ### Reason for Changes The failing assignee workflow will continue on v12 so the cherry-pick makes the next couple of PRs for this branch a bit nicer, but it's not a strong must-have since we'll eventually merge `develop` into `v12` which would then include #8811. ### Test Coverage N/A -- There's no strong benefit from automated tests for this workflow, and it was manually tested as part of #8811 (see #8811 (comment)). ### Documentation N/A -- No documentation changes are needed for this. ### Additional Information None.
1 parent b9b40f4 commit b8c2b73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/assign_reviewers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515
jobs:
1616
requested-reviewer:
1717
runs-on: ubuntu-latest
18+
permissions:
19+
pull-requests: write
1820
steps:
1921
- name: Assign requested reviewer
2022
uses: actions/github-script@v7

0 commit comments

Comments
 (0)