Merge pull request #129 from TomAFrench/issue-triage-action

Add action to mark new issues for triage
This commit is contained in:
Tom French 2022-08-24 17:52:46 +01:00 committed by GitHub
commit 31e2b01df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
name: Mark new issue for triage
on:
issues:
types: [opened]
jobs:
needs-triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: needs triage