mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-20 01:45:30 -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