Skip to content

Commit e036849

Browse files
committed
fix: labeler
1 parent 9f227f1 commit e036849

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/labeler.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"backend":
2-
- "backend/**"
2+
- changed-files:
3+
- any-glob-to-any-file: "backend/**"
34
"frontend":
4-
- "frontend/**"
5+
- changed-files:
6+
- any-glob-to-any-file: "frontend/**"

.github/workflows/labeler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v5.0.0
12+
- uses: actions/labeler@v5
1313
with:
1414
configuration-path: .github/labeler.yaml

0 commit comments

Comments
 (0)