We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787cc37 commit 9cd6cd2Copy full SHA for 9cd6cd2
.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