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

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