mirror of https://github.com/jpanther/congo.git
👷 Add unlabel workflow
parent
6b5ee216bf
commit
a5e748f2d8
|
@ -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"
|
Loading…
Reference in New Issue