👷 Add unlabel workflow

pull/368/head
James Panther 2022-11-14 13:38:29 +11:00
parent 6b5ee216bf
commit a5e748f2d8
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 16 additions and 0 deletions

16
.github/workflows/unlabel.yml vendored 100644
View File

@ -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"