merge: Add concurrency

This commit is contained in:
bbhtt
2025-06-11 12:23:17 +05:30
parent 0043ab009a
commit 02e0fec027
+4
View File
@@ -5,6 +5,10 @@ on:
types:
- created
concurrency:
group: merge-${{ github.event.issue.number }}
cancel-in-progress: true
jobs:
merge:
runs-on: ubuntu-latest