add on issue closed github actions workflow

This commit is contained in:
Joey Orlando 2024-06-13 13:39:39 -04:00
parent f792612134
commit b411b92d1c
No known key found for this signature in database
GPG key ID: 469E88366B17F644

17
.github/workflows/on-issue-closed.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: On issue closed
on:
issues:
types:
- closed
jobs:
remove-needs-triage-label:
name: Remove "needs triage" label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Remove "needs triage" label
uses: actions-ecosystem/action-remove-labels@v1.3.0
with:
labels: needs triage