mirror of https://github.com/jpanther/congo.git
👷 Update labeller config
parent
a84e0049fc
commit
ce6e2999e7
|
@ -12,8 +12,14 @@ jobs:
|
||||||
run:
|
run:
|
||||||
name: "Label"
|
name: "Label"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Update Labels
|
- name: Update Labels
|
||||||
uses: RebeccaStevens/issue-closed-labeler-action@latest
|
uses: RebeccaStevens/issue-closed-labeler-action@latest
|
||||||
with:
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
rules: '[{"condition": "wip", "remove": "wip"}]'
|
rules: '[{"condition": "wip", "remove": "wip"}]'
|
||||||
|
|
Loading…
Reference in New Issue