forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
40 lines (32 loc) 路 902 Bytes
/
Copy pathlabeler.yml
File metadata and controls
40 lines (32 loc) 路 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Auto-label PRs by changed file paths
# Used by .github/workflows/auto-label.yml
area:core:
- changed-files:
- any-glob-to-any-file: misakanet/**/*
area:lessons:
- changed-files:
- any-glob-to-any-file: lessons/**/*
area:workflow:
- changed-files:
- any-glob-to-any-file: .github/workflows/*
area:ci:
- changed-files:
- any-glob-to-any-file: .github/workflows/pr-checks.yml
- any-glob-to-any-file: .github/workflows/dco-check.yml
area:tests:
- changed-files:
- any-glob-to-any-file: tests/**/*
area:docs:
- changed-files:
- any-glob-to-any-file: docs/**/*
- any-glob-to-any-file: '**/*.md'
- any-glob-to-any-file: README.md
area:scripts:
- changed-files:
- any-glob-to-any-file: scripts/**/*
area:config:
- changed-files:
- any-glob-to-any-file: '**/*.yml'
- any-glob-to-any-file: '**/*.yaml'
- any-glob-to-any-file: '**/*.json'
- any-glob-to-any-file: '**/*.toml'