Skip to content

Fix: Verify Changelog not adding comment describing problem (Maybe) #1917

Fix: Verify Changelog not adding comment describing problem (Maybe)

Fix: Verify Changelog not adding comment describing problem (Maybe) #1917

# https://github.com/marketplace/actions/label-remover
name: "Remove All Labels"
on:
pull_request_target:
types: [closed]
jobs:
remove_very_soon:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rogerluan/[email protected]
with:
github_token: ${{ secrets.github_token }}