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 1138777 commit 61746a5Copy full SHA for 61746a5
.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