Skip to content

Commit

Permalink
Disable auto triage rules for type of issue (actions#1286)
Browse files Browse the repository at this point in the history
* disable auto triage bugs, questions

* Update triage-rules.yml
  • Loading branch information
maxim-lobanov authored Jul 23, 2020
1 parent b9d8314 commit 544204e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions triage-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ rules:
# Types
- valueFor: '**Question, Bug, or Feature?**'
contains: Feature
addLabels: ['enhancement']
addLabels: ['feature request']
- valueFor: '**Question, Bug, or Feature?**'
contains: Bug
addLabels: ['bug']
addLabels: ['investigate']
- valueFor: '**Question, Bug, or Feature?**'
contains: Question
addLabels: ['question']
Expand Down

0 comments on commit 544204e

Please sign in to comment.