Skip to content

Bug and feature enhancement! #449

Bug and feature enhancement!

Bug and feature enhancement! #449

Workflow file for this run

# .github/workflows/issue-labeler.yml
name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.3
with:
configuration-path: .github/issue-labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}