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/2] 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/2] 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