mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
👷 Update labeller config
This commit is contained in:
@@ -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"}]'
|
||||
|
||||
Reference in New Issue
Block a user