Skip to content
Snippets Groups Projects
Unverified Commit 31e2b01d authored by Tom French's avatar Tom French Committed by GitHub
Browse files

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

Add action to mark new issues for triage
parents 7fa62b43 c1761b93
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment