Skip to content

Commit

Permalink
add on issue closed github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyorlando committed Jun 13, 2024
1 parent f792612 commit b411b92
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/on-issue-closed.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b411b92

Please sign in to comment.