Skip to content

Commit

Permalink
issue 가 close 될 때 WORKING label 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
alkee-allm authored Aug 30, 2020
1 parent a934bf6 commit bf2d6a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/issue-working-level-remove.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://github.com/alkee-allm/k2proto/issues/44

name: WORKING issue label remover

on:
issues:
types: [closed]


jobs:
remove_label: # https://github.com/marketplace/actions/actions-ecosystem-remove-labels
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.github_token }}
labels: documentation
number: ${{ github.context.issue.number }}

0 comments on commit bf2d6a4

Please sign in to comment.