Skip to content

Commit 8280ff5

Browse files
authored
Merge pull request #2 from RetroOlympics/dev
fix: labeler
2 parents 9f227f1 + 1ad5562 commit 8280ff5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.devcontainer/devcontainer.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"ruff.nativeServer": true
1818
},
1919
"extensions": [
20-
"eamodio.gitlens",
2120
"ms-python.python",
2221
"ms-python.vscode-pylance",
2322
"ms-python.black-formatter",

.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)