We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9474949 commit 1b91733Copy full SHA for 1b91733
.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