Skip to content

Test

Test #47

Workflow file for this run

name: Issue Labeler
on:
issues:
types: [opened, edited]
jobs:
apply-label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: hawkeye116477/issue-manager-action@main
with:
configuration-path: .github/labels.yml
mode: "labelOpened"