aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-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/workflows/pr-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/workflows/pr-labeler.yml')
-rw-r--r--.github/workflows/pr-labeler.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
new file mode 100644
index 0000000000..39067d1d99
--- /dev/null
+++ b/.github/workflows/pr-labeler.yml
@@ -0,0 +1,11 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+
+jobs:
+ triage:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v3
+ with:
+ repo-token: "${{ secrets.GITHUB_TOKEN }}"