Skip to content

Create dependabot.yml #10

Create dependabot.yml

Create dependabot.yml #10

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 }}