From ea4372ed7b173341400cf0846055fb0141dd04dc Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Mon, 26 Jun 2023 19:48:12 +0100 Subject: [PATCH] Create label-issue.yml --- .github/workflows/label-issue.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/label-issue.yml diff --git a/.github/workflows/label-issue.yml b/.github/workflows/label-issue.yml new file mode 100644 index 00000000..5deffa01 --- /dev/null +++ b/.github/workflows/label-issue.yml @@ -0,0 +1,15 @@ +name: Labeling new issue + +on: + issues: + types: ['opened', 'edited'] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + + - uses: Renato66/auto-label@v2.3.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }}