We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f227f1 commit e036849Copy full SHA for e036849
.github/labeler.yaml
@@ -1,4 +1,6 @@
1
"backend":
2
- - "backend/**"
+ - changed-files:
3
+ - any-glob-to-any-file: "backend/**"
4
"frontend":
- - "frontend/**"
5
6
+ - any-glob-to-any-file: "frontend/**"
.github/workflows/labeler.yaml
@@ -9,6 +9,6 @@ jobs:
9
pull-requests: write
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/labeler@v5.0.0
+ - uses: actions/labeler@v5
13
with:
14
configuration-path: .github/labeler.yaml
0 commit comments