Skip to content

Commit 05a7bfe

Browse files
Merge pull request #870 from CheckmarxDev/other/add-restriction
Other/add restriction
2 parents 109b318 + 8a399a2 commit 05a7bfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ast-cli-team-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: AST-CLI-Team-Review
1+
name: add-assignee-and-reviewers
22
on:
33
pull_request_target:
44
types: [ready_for_review, opened, reopened]
@@ -16,7 +16,7 @@ jobs:
1616
- name: Request reviewers
1717
env:
1818
GH_REPO: ${{ github.repository }}
19-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }}
2020
PRNUM: ${{ github.event.pull_request.number }}
2121
PRAUTHOR: ${{ github.event.pull_request.user.login }}
22-
run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-sypher-team
22+
run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team

0 commit comments

Comments
 (0)