mirror of https://github.com/jpanther/congo.git
👷 Update labeller config
parent
a84e0049fc
commit
ce6e2999e7
|
@ -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"}]'
|
||||
|
|
Loading…
Reference in New Issue