From 44d48aa9ac2c04028485f34f1c9cd2dc4d8224cb Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 12 Jul 2021 09:13:32 -0400 Subject: labeler (#1468) * labeler * avoid yaml syntaxerror * fixing some image references * some zh-tw file attachments * all l10n labels * pull_request_target * 'system' label --- .github/workflows/pr-labeler.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr-labeler.yml (limited to '.github/workflows') 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 }}" -- cgit v1.2.3-54-g00ecf