Skip to content

Merge pull request #51 from EPMatt/dependabot/github_actions/actions/… #5

Merge pull request #51 from EPMatt/dependabot/github_actions/actions/…

Merge pull request #51 from EPMatt/dependabot/github_actions/actions/… #5

Workflow file for this run

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