mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
0bd2030be7
This doesn't work well?
16 lines
364 B
YAML
16 lines
364 B
YAML
name: "Issue Labeler"
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@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
|