Skip to content

Commit c6d111b

Browse files
authored
Merge pull request #48 from layer5io/jamieplu-patch-1
Update labeler.yml
2 parents 73b8368 + b7ec3f6 commit c6d111b

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/labeler.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}"
1+
area/learning-paths:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- "content/en/learning-paths/**/*"
5+
area/challenges:
6+
- changed-files:
7+
- any-glob-to-any-file:
8+
- "content/en/challenges/**/*"

0 commit comments

Comments
 (0)