diff --git a/.github/workflows/ast-cli-team-review.yml b/.github/workflows/ast-cli-team-review.yml index b597e154..a8cba273 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] @@ -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