ebiten/.github/workflows/issue-labeler.yml
2022-10-27 17:24:28 +09:00

16 lines
415 B
YAML

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@6ca237433dbbb8e475241b7f38f4600d9e296c57 # v2.5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/workflows/issue-labeler/config.yml
not-before: "2022-10-27T17:00:00+11:00"
enable-versioned-regex: 0