@@ -47,49 +47,49 @@ configuration:
47
47
- description : Close learn template issues with empty descriptions. (spam)
48
48
if :
49
49
- payloadType : Issues
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
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
93
then :
94
94
- addLabel : ' needs-more-info'
95
95
- addReply :
0 commit comments