1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Add triage action

This commit is contained in:
Dan Balasescu 2023-01-11 11:31:05 +09:00
parent c7151ad69b
commit 43d9c28978

14
.github/workflows/triage.yml vendored Normal file
View 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