aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
blob: 82368315d67e79c3f7556c94fb673c8cdd097f1a (plain)
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
# For more ideas, see https://github.com/actions/labeler#common-examples

system:
  - .github/**/*

l10n-de:
  - files/de/**/*

l10n-es:
  - files/es/**/*

l10n-fr:
  - files/fr/**/*

l10n-ja:
  - files/ja/**/*

l10n-ko:
  - files/ko/**/*

l10n-pl:
  - files/pl/**/*

l10n-pt-br:
  - files/pt-br/**/*

l10n-ru:
  - files/ru/**/*

l10n-zh:
  - files/zh-cn/**/*
  - files/zh-tw/**/*