File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 validations :
2323 required : true
2424 - type : textarea
25- id : feedback
2625 validations :
2726 required : true
2827 attributes :
Original file line number Diff line number Diff line change @@ -35,65 +35,11 @@ configuration:
3535 - removeLabel :
3636 label : needs-more-info
3737 triggerOnOwnActions : true
38-
38+
3939 - description : Close issues labeled 'code-of-conduct'
4040 if :
4141 - payloadType : Issues
4242 - hasLabel :
4343 label : code-of-conduct
4444 then :
4545 - closeIssue
46-
47- - description : Close learn template issues with empty descriptions (spam).
48- if :
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
93- - bodyContains :
94- pattern : ' ### Description[\n\r]+\[Skriv din feedback här\][\n\r]+###'
95- then :
96- - addLabel : ' needs-more-info'
97- - addReply :
98- reply : This issue has been automatically closed due to an empty issue description from the original author. Feel free to reopen it if you have more information that can help us investigate the issue further.
99- - closeIssue
You can’t perform that action at this time.
0 commit comments