We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc8874 commit ccd5ad0Copy full SHA for ccd5ad0
.github/labeler.yml
@@ -1,4 +1,5 @@
1
test native:
2
+- all:
3
- changed-files:
4
- any-glob-to-any-file:
5
- instrumentation/logback/logback-appender-10/library/**
.github/workflows/label.yml
@@ -10,6 +10,6 @@ jobs:
10
pull-requests: write
11
12
steps:
13
- - uses: actions/labeler@v4
+ - uses: actions/labeler@v5
14
with:
15
repo-token: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments