-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathlabeler.yml
47 lines (41 loc) · 1.08 KB
/
labeler.yml
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
41
42
43
44
45
46
47
"area:help centre":
- changed-files:
- any-glob-to-any-file:
- wiki/Help_centre/**
"area:legal":
- changed-files:
- any-glob-to-any-file:
- wiki/Legal/**
"area:meta":
- changed-files:
- any-glob-to-any-file:
- "*"
- .github/**
- meta/**
- news/.markdownlint.json
- news/.remarkrc.js
- wiki/Tournaments/README.md
- wiki/Tournaments/TEMPLATE.md
- wiki/Tournaments/TEMPLATE-SERIES.md
"area:news":
- changed-files:
- any-glob-to-any-file:
- news/**/*.md
- wiki/shared/news/**
"area:ranking criteria":
- changed-files:
- any-glob-to-any-file:
- wiki/Ranking_criteria/**
"area:tournaments":
- changed-files:
- any-glob-to-any-file:
- wiki/Tournaments/**
"area:translations":
- all:
- changed-files:
- any-glob-to-any-file:
- wiki/**/*.md
- meta/group-info/*.yaml
- all-globs-to-all-files:
- "!wiki/**/en.md"
- "!meta/group-info/en.yaml"