diff --git a/.github/workflows/accept-pull-request.yml b/.github/workflows/accept-pull-request.yml index fd69f24cb..94c8c743b 100644 --- a/.github/workflows/accept-pull-request.yml +++ b/.github/workflows/accept-pull-request.yml @@ -5,7 +5,7 @@ on: types: - created -concurrency: accept-pull-request-${{ github.ref }} +concurrency: accept-pull-request-${{ github.event.issue.number }} jobs: accept-pull-request: