From e4e069f231aba6efef97c29e65f509d40d59491f Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Tue, 22 Jul 2025 20:54:53 +0530 Subject: [PATCH 1/4] add-assignee-and-reviewers --- .github/workflows/ast-cli-team-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index b597e154..9a89bf93 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -1,4 +1,4 @@ -name: AST-CLI-Team-Review +name: add-assignee-and-reviewers on: pull_request_target: types: [ready_for_review, opened, reopened] From af92fa5942c3085f94217191cc4e70fe19d95af9 Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:01:32 +0530 Subject: [PATCH 2/4] updated org name --- .github/workflows/ast-cli-team-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index 9a89bf93..a8cba273 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -19,4 +19,4 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PRNUM: ${{ github.event.pull_request.number }} PRAUTHOR: ${{ github.event.pull_request.user.login }} - run: gh pr edit $PRNUM --add-reviewer Checkmarx/ast-sypher-team \ No newline at end of file + run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team \ No newline at end of file From 79aa5b3d97ba9e082959ee2dbc46b091382cb889 Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:10:17 +0530 Subject: [PATCH 3/4] GH_TOKEN --- .github/workflows/ast-cli-team-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index a8cba273..145d7bea 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -16,7 +16,7 @@ jobs: - name: Request reviewers env: GH_REPO: ${{ github.repository }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} PRNUM: ${{ github.event.pull_request.number }} PRAUTHOR: ${{ github.event.pull_request.user.login }} run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team \ No newline at end of file From 8a399a20a3efa0e8cbf14a6fcd0908293e597394 Mon Sep 17 00:00:00 2001 From: cx-anurag-dalke <120229307+cx-anurag-dalke@users.noreply.github.com> Date: Tue, 22 Jul 2025 21:14:35 +0530 Subject: [PATCH 4/4] addedd AST_CLI_GH_TOKEN --- .github/workflows/ast-cli-team-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index 145d7bea..07dbe623 100644 --- a/.github/workflows/ast-cli-team-review.yml +++ b/.github/workflows/ast-cli-team-review.yml @@ -16,7 +16,7 @@ jobs: - name: Request reviewers env: GH_REPO: ${{ github.repository }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.AST_CLI_GH_TOKEN }} PRNUM: ${{ github.event.pull_request.number }} PRAUTHOR: ${{ github.event.pull_request.user.login }} run: gh pr edit $PRNUM --add-reviewer CheckmarxDev/ast-sypher-team \ No newline at end of file