From 74eabe9b73fb3ba60bda348819ef0f4028f5cf33 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 17 Apr 2021 12:51:42 -0400 Subject: [PATCH] Create label-actions.yml --- .github/label-actions.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/label-actions.yml diff --git a/.github/label-actions.yml b/.github/label-actions.yml new file mode 100644 index 000000000..ca20fb85d --- /dev/null +++ b/.github/label-actions.yml @@ -0,0 +1,14 @@ +name: 'Label Actions' + +on: + issues: + types: [labeled, unlabeled] + +jobs: + reaction: + runs-on: ubuntu-latest + steps: + - uses: dessant/label-actions@v2 + process-only: 'issues' + with: + github-token: ${{ github.token }}