Skip to content

code refactor - version 3.0.0 #8

code refactor - version 3.0.0

code refactor - version 3.0.0 #8

name: Remove All Labels
on:
pull_request:
types: [closed]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
remove_labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rogerluan/label-remover@v1.0.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}