name: "Issue Labeler" on: issues: types: [opened, edited] permissions: contents: read jobs: triage: permissions: contents: read # for github/issue-labeler to get repo contents issues: write # for github/issue-labeler to create or remove labels runs-on: ubuntu-latest steps: - uses: github/issue-labeler@v2.6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml not-before: enable-versioned-regex: 0