mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
👷 Add labeller on close
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: Labeller on close
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- closed
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
|
||||
jobs:
|
||||
run:
|
||||
name: "Label"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Labels
|
||||
uses: RebeccaStevens/issue-closed-labeler-action@latest
|
||||
with:
|
||||
rules: '[{"condition": "wip", "remove": "wip"}]'
|
||||
Reference in New Issue
Block a user