From 33f5d6c1bf12e6776be660dc0fa9e4b02a33eb6d Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 18 Dec 2020 16:34:32 +0900 Subject: [PATCH] ci: add actions/labeler --- .github/workflows/labeler.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..334df4d --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,13 @@ +name: "Pull Request Labeler" +# https://github.com/actions/labeler + +on: + - pull_request_target + +jobs: + triage: + runs-on: ubuntu-18.04 + steps: + - uses: actions/labeler@v3 + with: + repo-token: "${{ secrets.GH_PAT }}"