mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Add triage action
This commit is contained in:
parent
c7151ad69b
commit
43d9c28978
14
.github/workflows/triage.yml
vendored
Normal file
14
.github/workflows/triage.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Triage
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Triage
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: Logerfo/triage-action@0.0.2
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
label: needs-triage
|
Loading…
Reference in New Issue
Block a user