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