-
Notifications
You must be signed in to change notification settings - Fork 8.2k
/
labeler.yml
63 lines (55 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# This file is used by .github/workflows/pr-labeler.yml to label pull requests based on the files changed in the PR.
# Object matching syntax: https://github.com/actions/labeler/blob/main/README.md#match-object
system:
- changed-files:
- any-glob-to-any-file:
- package.json
- yarn.lock
- .github/**
- .husky/**
- .vscode/**
- .*
- front-matter-config.json
l10n-es:
- changed-files:
- any-glob-to-any-file:
- files/es/**
- docs/es/**
- .github/ISSUE_TEMPLATE/page-report-es.yml
l10n-fr:
- changed-files:
- any-glob-to-any-file:
- files/fr/**
- .github/ISSUE_TEMPLATE/page-report-fr.yml
l10n-ja:
- changed-files:
- any-glob-to-any-file:
- files/ja/**
- docs/ja/**
- .github/ISSUE_TEMPLATE/page-report-ja.yml
l10n-ko:
- changed-files:
- any-glob-to-any-file:
- files/ko/**
- docs/ko/**
- .github/ISSUE_TEMPLATE/page-report-ko.yml
l10n-pt-br:
- changed-files:
- any-glob-to-any-file:
- files/pt-br/**
- .github/ISSUE_TEMPLATE/page-report-pt-br.yml
l10n-ru:
- changed-files:
- any-glob-to-any-file:
- files/ru/**
- docs/ru/**
- .github/ISSUE_TEMPLATE/page-report-ru.yml
l10n-zh:
- changed-files:
- any-glob-to-any-file:
- 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