File tree Expand file tree Collapse file tree 1 file changed +45
-3
lines changed Expand file tree Collapse file tree 1 file changed +45
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,51 @@ configuration:
47
47
- description : Close learn template issues with empty descriptions. (spam)
48
48
if :
49
49
- payloadType : Issues
50
- - bodyContains :
51
- pattern : ' ### Description[\n\r]+\[Enter feedback here\][\n\r]+###'
52
- isRegex : true
50
+ - or :
51
+ - bodyContains :
52
+ pattern : ' ### Description[\n\r]+\[Enter feedback here\][\n\r]+###'
53
+ isRegex : True
54
+ - bodyContains :
55
+ pattern : ' ### Description[\n\r]+\[Escriba sus comentarios aquí\][\n\r]+###'
56
+ isRegex : True
57
+ - bodyContains :
58
+ pattern : ' ### Description[\n\r]+\[Tapez vos commentaires ici\][\n\r]+###'
59
+ isRegex : True
60
+ - bodyContains :
61
+ pattern : ' ### Description[\n\r]+\[Hier Feedback eingeben\][\n\r]+###'
62
+ isRegex : true
63
+ - bodyContains :
64
+ pattern : ' ### Description[\n\r]+\[Geri bildiriminizi buraya girin\][\n\r]+###'
65
+ isRegex : True
66
+ - bodyContains :
67
+ pattern : ' ### Description[\n\r]+\[Ketikkan umpan balik di sini\][\n\r]+###'
68
+ isRegex : True
69
+ - bodyContains :
70
+ pattern : ' ### Description[\n\r]+\[Immetti qui i commenti\][\n\r]+###'
71
+ isRegex : True
72
+ - bodyContains :
73
+ pattern : ' ### Description[\n\r]+\[Voer hier feedback in\][\n\r]+###'
74
+ isRegex : True
75
+ - bodyContains :
76
+ pattern : ' ### Description[\n\r]+\[Insira comentários aqui\][\n\r]+###'
77
+ isRegex : True
78
+ - bodyContains :
79
+ pattern : ' ### Description[\n\r]+\[Введите отзыв здесь\][\n\r]+###'
80
+ isRegex : True
81
+ - bodyContains :
82
+ pattern : ' ### Description[\n\r]+\[اكتب ملاحظاتك هنا\][\n\r]+###'
83
+ isRegex : True
84
+ - bodyContains :
85
+ pattern : ' ### Description[\n\r]+\[在此处输入反馈\][\n\r]+###'
86
+ isRegex : True
87
+ - bodyContains :
88
+ pattern : ' ### Description[\n\r]+\[여기에 피드백 입력\][\n\r]+###'
89
+ isRegex : True
90
+ - bodyContains :
91
+ pattern : ' ### Description[\n\r]+\[フィードバックをこちらに入力してください\][\n\r]+###'
92
+ isRegex : True
93
+ - bodyContains :
94
+ pattern : ' ### Description[\n\r]+\[Skriv din feedback här\][\n\r]+###'
53
95
then :
54
96
- addLabel : ' needs-more-info'
55
97
- removeLabel : ' :watch: Not Triaged'
You can’t perform that action at this time.
0 commit comments