diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 6ae70b07..687606bb 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -4,7 +4,7 @@ on: pull_request_target concurrency: - group: ci-${{ github.event.pull_request.number || github.ref }} + group: auto-approve-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: