1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 15:37:19 +08:00

Merge pull request #22124 from smoogipoo/add-triage-action

Add triage action
This commit is contained in:
Dean Herbert 2023-01-11 11:59:30 +09:00 committed by GitHub
commit b338d761de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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