From f18469edc63dd74d337d2cbb3d80219220faf25d Mon Sep 17 00:00:00 2001 From: thislooksfun Date: Wed, 13 Nov 2019 11:02:36 -0600 Subject: [PATCH] Add labeler workflow --- .github/workflows/labeler.yml | 11 +++++++++++ 1 file changed, 11 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 00000000..54c26791 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,11 @@ +name: "Pull Request Labeler" + +on: [pull_request] + +jobs: + triage: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v2 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"