-
Notifications
You must be signed in to change notification settings - Fork 8.2k
/
Copy pathlabeler.yml
50 lines (41 loc) · 900 Bytes
/
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
48
49
50
system:
- package.json
- yarn.lock
- .github/**/*
- .husky/**/*
- .vscode/**/*
- .*
- front-matter-config.json
l10n-de:
- files/de/**/*
l10n-es:
- files/es/**/*
- docs/es/**/*
- /.github/ISSUE_TEMPLATE/page-report-es.yml
l10n-fr:
- files/fr/**/*
- /.github/ISSUE_TEMPLATE/page-report-fr.yml
l10n-ja:
- files/ja/**/*
- docs/ja/**/*
- /.github/ISSUE_TEMPLATE/page-report-ja.yml
l10n-ko:
- files/ko/**/*
- docs/ko/**/*
- /.github/ISSUE_TEMPLATE/page-report-ko.yml
l10n-pl:
- files/pl/**/*
l10n-pt-br:
- files/pt-br/**/*
- /.github/ISSUE_TEMPLATE/page-report-pt-br.yml
l10n-ru:
- files/ru/**/*
- docs/ru/**/*
- /.github/ISSUE_TEMPLATE/page-report-ru.yml
l10n-zh:
- files/zh-cn/**/*
- files/zh-tw/**/*
- docs/zh-cn/**/*
- docs/zh-tw/**/*
- /.github/ISSUE_TEMPLATE/page-report-zh-cn.yml
- /.github/ISSUE_TEMPLATE/page-report-zh-tw.yml