Skip to content

Commit 8b894a8

Browse files
committed
added varci config
1 parent 0857320 commit 8b894a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.varci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ruleset:
2+
tag_support:
3+
name: "Label issues as support"
4+
events: [ issues ]
5+
label: support
6+
when:
7+
- body contains "[x] support" or body contains "[ x] support" or body contains "[x ] support"
8+
- action = "opened"

0 commit comments

Comments
 (0)