aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-12 09:13:32 -0400
committerGitHub <noreply@github.com>2021-07-12 09:13:32 -0400
commit44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb (patch)
treeaccb0418a65b841ab871522054483cc548b7b511 /.github/labeler.yml
parent2b08112680cfc4d3ce0a0a55bb9df975c8b577c8 (diff)
downloadtranslated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.tar.gz
translated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.tar.bz2
translated-content-44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb.zip
labeler (#1468)
* labeler * avoid yaml syntaxerror * fixing some image references * some zh-tw file attachments * all l10n labels * pull_request_target * 'system' label
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
new file mode 100644
index 0000000000..62eaed6e3f
--- /dev/null
+++ b/.github/labeler.yml
@@ -0,0 +1,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-pr-br:
+ - files/pt-br/**/*
+
+l10n-ru:
+ - files/ru/**/*
+
+l10n-zh:
+ - files/zh-cn/**/*
+ - files/zh-tw/**/*