👷 Update labeller config

pull/353/head
James Panther 2022-11-08 13:00:38 +11:00
parent a84e0049fc
commit ce6e2999e7
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 6 additions and 0 deletions

View File

@ -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"}]'