Skip to content

Commit

Permalink
Catch edge cases of malformed checkmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jadb committed Sep 1, 2016
1 parent a48e247 commit b9b3548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .varci.yml
Expand Up @@ -5,23 +5,23 @@ ruleset:
label: Defect
when:
- action = "opened"
- body matches "/\[x\] bug/"
- body matches "/\[\s?x\s?\] bug/"

label_enhancements:
name: "Label enhancements"
events: [ issues, pull_request ]
label: Enhancement
when:
- action = "opened"
- body matches "/\[x\] enhancement/"
- body matches "/\[\s?x\s?\] enhancement/"

label_rfcs:
name: "Label RFCs"
events: [ issues ]
label: RFC
when:
- action = "opened"
- body matches "/\[x\] feature\-discussion/"
- body matches "/\[\s?x\s?\] feature\-discussion/"

remove_invalid:
name: "Remove invalid tag when issue re-opened"
Expand Down

0 comments on commit b9b3548

Please sign in to comment.