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.
2 parents 109b318 + 8a399a2 commit 05a7bfeCopy full SHA for 05a7bfe
.github/workflows/ast-cli-team-review.yml
@@ -1,4 +1,4 @@
1
-name: AST-CLI-Team-Review
+name: add-assignee-and-reviewers
2
on:
3
pull_request_target:
4
types: [ready_for_review, opened, reopened]
@@ -16,7 +16,7 @@ jobs:
16
- name: Request reviewers
17
env:
18
GH_REPO: ${{ github.repository }}
19
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }}
20
PRNUM: ${{ github.event.pull_request.number }}
21
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22
- run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-sypher-team
+ run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team
0 commit comments