We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d33a2 + 654088c commit 5e203d7Copy full SHA for 5e203d7
1 file changed
.github/labeler.yml
@@ -1,15 +1,8 @@
1
-name: "Pull Request Labeler"
2
-on:
3
-- pull_request_target
4
-
5
-jobs:
6
- triage:
7
- permissions:
8
- contents: read
9
- pull-requests: write
10
- issues: write
11
- runs-on: ubuntu-22.04
12
- steps:
13
- - uses: actions/labeler@v4
14
- with:
15
- repo-token: "${{ secrets.GITHUB_TOKEN }}"
+area/learning-paths:
+- changed-files:
+ - any-glob-to-any-file:
+ - "content/en/learning-paths/**/*"
+area/challenges:
+ - "content/en/challenges/**/*"
0 commit comments