summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
blob: ee9785d231597108e65d970caedffb6441baacd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Issue Labeler"
on:
  issues:
    types: [opened, edited]

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
    - uses: github/issue-labeler@v2.0
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"
        configuration-path: .github/issue-labeler.yml
        not-before: 2022-01-27T00:00:00Z
        enable-versioned-regex: 0