mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Merge pull request #22124 from smoogipoo/add-triage-action
Add triage action
This commit is contained in:
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
|
Reference in New Issue
Block a user