From 65437a6fd38bb45e28828c26f94e4a99a041c857 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:39:01 +0200 Subject: [PATCH] Create remove-label.yml --- .github/workflows/remove-label.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/remove-label.yml diff --git a/.github/workflows/remove-label.yml b/.github/workflows/remove-label.yml new file mode 100644 index 0000000..c08f470 --- /dev/null +++ b/.github/workflows/remove-label.yml @@ -0,0 +1,15 @@ +name: "Pull Request Labeler" +on: +- pull_request_target + +jobs: + triage: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - pwsh: Start-Sleep -Seconds 30 + - uses: actions/labeler@v4 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"