mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-15 04:52:55 -04:00
👷 Add unlabel workflow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: Unlabeller
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [closed]
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
||||
jobs:
|
||||
unlabel:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Remove labels
|
||||
uses: andymckay/labeler@master
|
||||
with:
|
||||
remove-labels: "wip"
|
||||
Reference in New Issue
Block a user