Skip to content
Snippets Groups Projects
Commit c1761b93 authored by Tom French's avatar Tom French
Browse files

ci: add action to mark new issues for triage

parent 7e4728d6
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