Skip to content

What is going on, is the labeler broken? #45

What is going on, is the labeler broken?

What is going on, is the labeler broken? #45

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
repo-token: ${{ github.token }}
configuration-path: .github/labeler.yml
enable-versioned-regex: 0