We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2513f0 commit 4245b11Copy full SHA for 4245b11
1 file changed
.github/workflows/auto-assign-pr.yml
@@ -11,9 +11,8 @@ jobs:
11
- name: Assign PR to repo owner
12
uses: actions/github-script@v8
13
with:
14
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GH_ADMIN_TOKEN }}
15
script: |
16
- const owner = context.repo.owner;
17
await github.rest.issues.addAssignees({
18
owner: context.repo.owner,
19
repo: context.repo.repo,
0 commit comments