We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5075733 commit 65b4a2fCopy full SHA for 65b4a2f
.github/workflows/qa-reviewer-assignment.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: 'Assign QA Team'
25
uses: actions/github-script@v7
26
with:
27
- github-token: ${{ secrets.GH_COM_TOKEN }}
+ github-token: ${{ secrets.GH_TOKEN }}
28
script: |
29
github.rest.pulls.requestReviewers({
30
owner: context.repo.owner,
0 commit comments