Block /accept ci concurrency based on issue number

This commit is contained in:
lepapareil 2022-10-10 14:50:19 +02:00 committed by GitHub
parent 95a647bde2
commit 1c2e2ffc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: