Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Create issue-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan authored Feb 27, 2022
1 parent 21b9be3 commit a49a3cf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/issue-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Issue Close Check

on:
issues:
types: [closed]

jobs:
issue-close-remove-labels:
runs-on: ubuntu-latest
steps:
- name: Remove labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.issue.pull_request }}
with:
actions: 'remove-labels'
labels: 'status: pending,status: waiting for feedback'

0 comments on commit a49a3cf

Please sign in to comment.