We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b7311 + ee3fc2e commit 6525a8fCopy full SHA for 6525a8f
1 file changed
.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