Skip to content

Merge pull request #69 from baynezy/dependabot/github_actions/crazy-m… #9

Merge pull request #69 from baynezy/dependabot/github_actions/crazy-m…

Merge pull request #69 from baynezy/dependabot/github_actions/crazy-m… #9

name: Configure GitHub Issue Labels
on:
push:
paths:
- ".github/workflows/label-configurer.yml"
- ".github/labels.yml"
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}