We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f227f1 + 1ad5562 commit 8280ff5Copy full SHA for 8280ff5
.devcontainer/devcontainer.json
@@ -17,7 +17,6 @@
17
"ruff.nativeServer": true
18
},
19
"extensions": [
20
- "eamodio.gitlens",
21
"ms-python.python",
22
"ms-python.vscode-pylance",
23
"ms-python.black-formatter",
.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