We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17ed3e6 + 1b91733 commit 894511dCopy full SHA for 894511d
.github/workflows/labeler.yml
@@ -4,7 +4,7 @@ permissions:
4
contents: read
5
6
concurrency:
7
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
8
cancel-in-progress: true
9
10
on:
0 commit comments