From 6b5ee216bf6be2043ca789f4e4d59bcd87edfa05 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:28:28 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20labeller=20on=20close?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-closed.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/label-closed.yml diff --git a/.github/workflows/label-closed.yml b/.github/workflows/label-closed.yml deleted file mode 100644 index 37ef63f6..00000000 --- a/.github/workflows/label-closed.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Labeller on close - -on: - issues: - types: - - closed - pull_request: - types: - - closed - -jobs: - run: - name: "Label" - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - issues: write - - steps: - - name: Update Labels - uses: RebeccaStevens/issue-closed-labeler-action@latest - with: - token: "${{ secrets.GITHUB_TOKEN }}" - rules: '[{"condition":"wip","remove":"wip"}]'