From 68b94272e5e9b4d16351804314a09b1657291670 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 24 Oct 2023 11:41:46 -0600 Subject: [PATCH] wip - use local bot for testing Signed-off-by: Florent Poinsard --- .github/workflows/auto_approve_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_approve_pr.yml b/.github/workflows/auto_approve_pr.yml index ecaec85c640..99780aa57aa 100644 --- a/.github/workflows/auto_approve_pr.yml +++ b/.github/workflows/auto_approve_pr.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Approve Pull Request - if: github.event.pull_request.user.login == 'vitess-bot[bot]' && github.event.pull_request.draft == 'false' + if: github.event.pull_request.user.login == 'bot-vitess[bot]' && github.event.pull_request.draft == 'false' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |