stop auto-labeling 'triage'

this hasn't ended up being very useful and just kind of adds noise. we
can still add it to issues that actually need triaging.

Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
This commit is contained in:
Alex Suraci 2019-04-10 14:48:19 -04:00
parent 16a3839dd4
commit cd2c7dea6b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Bug Report
about: Let us know about a problem with Concourse
title: ''
labels: bug, triage
labels: bug
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: Feature Request
about: Help us understand your use case and expand Concourse's functionality
title: ''
labels: enhancement, triage
labels: enhancement
assignees: ''
---