Skip to content

chore(ci): actions/labeler fails after update to v5.x #1

chore(ci): actions/labeler fails after update to v5.x

chore(ci): actions/labeler fails after update to v5.x #1

Workflow file for this run

---
name: Issue Triage
on:
issues:
types:
- opened
jobs:
label-issues:
runs-on: ubuntu-latest
steps:
- name: Apply Issue Triage Labels
uses: github/issue-labeler@6bea9ed491bb74fce38775b3d863e64a59dbd9eb # v3.3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
configuration-path: .github/labeler-issues.yml
enable-versioned-regex: 0
include-title: 1