From ce6e2999e7207c3bc70fac6b364e3e538f8ee4b6 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Tue, 8 Nov 2022 13:00:38 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20labeller=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/label-closed.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/label-closed.yml b/.github/workflows/label-closed.yml index aa08e4fc..3cb42786 100644 --- a/.github/workflows/label-closed.yml +++ b/.github/workflows/label-closed.yml @@ -12,8 +12,14 @@ 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: + repo-token: "${{ secrets.GITHUB_TOKEN }}" rules: '[{"condition": "wip", "remove": "wip"}]'