Skip to content

Commit aa7eeef

Browse files
authored
Change team handle for PR approval notifications
1 parent f1b4d47 commit aa7eeef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
PR_NUMBER=${{ github.event.pull_request.number }}
9090
REVIEWER=${{ github.event.review.user.login }}
91-
TEAM_HANDLE="@${{ github.repository_owner }}/ai4sdlc-reviewers"
91+
TEAM_HANDLE="@${{ github.repository_owner }}/ai4sdlc-approval"
9292
COMMENT="$TEAM_HANDLE PR #$PR_NUMBER has been approved by @$REVIEWER and is ready for final review."
9393
curl -X POST \
9494
-H "Authorization: token $GITHUB_TOKEN" \

0 commit comments

Comments
 (0)