Merge pull request #51 from EPMatt/dependabot/github_actions/actions/… #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Label management | |
on: | |
push: | |
paths: | |
- .github/labels.json | |
- .github/workflows/labels.yml | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
label: | |
name: Manage GitHub labels | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Manage labels | |
uses: lannonbr/issue-label-manager-action@4.0.0 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |