|
27 | 27 | // - comment: what to post |
28 | 28 | // - close: whether to close the issue after commenting |
29 | 29 |
|
30 | | -// move issues to other repos based on labels |
31 | | -// - action: "move" |
| 30 | +// move issues to other repos based on labels |
| 31 | +// - action: "move" |
32 | 32 | // - label: on which label to react |
33 | 33 | // - repo: the repo to move the issue to |
34 | 34 |
|
35 | 35 | 'actions' => [ |
| 36 | + |
| 37 | +/** |
| 38 | + * Questions |
| 39 | + */ |
36 | 40 | [ |
37 | | -'action' =>'comment', |
38 | 41 | 'label' =>'question', |
| 42 | +'action' =>'comment', |
39 | 43 | 'comment' =><<<COMMENT |
40 | 44 | _This is an automated comment, triggered by adding the label `question`._ |
41 | 45 |
|
|
51 | 55 | 'close' =>true, |
52 | 56 | ], |
53 | 57 |
|
| 58 | +/** |
| 59 | + * Extensions |
| 60 | + */ |
54 | 61 | [ |
55 | | -'action' =>'move', |
56 | 62 | 'label' =>'ext:apidoc', |
| 63 | +'action' =>'move', |
57 | 64 | 'repo' =>'yiisoft/yii2-apidoc', |
58 | 65 | ], |
59 | 66 |
|
60 | 67 | [ |
61 | | -'action' =>'move', |
62 | 68 | 'label' =>'ext:authclient', |
| 69 | +'action' =>'move', |
63 | 70 | 'repo' =>'yiisoft/yii2-authclient', |
64 | 71 | ], |
65 | 72 |
|
66 | 73 | [ |
67 | | -'action' =>'move', |
68 | 74 | 'label' =>'ext:bootstrap', |
| 75 | +'action' =>'move', |
69 | 76 | 'repo' =>'yiisoft/yii2-bootstrap', |
70 | 77 | ], |
71 | 78 |
|
72 | 79 | [ |
73 | | -'action' =>'move', |
74 | 80 | 'label' =>'ext:codeception', |
| 81 | +'action' =>'move', |
75 | 82 | 'repo' =>'yiisoft/yii2-codeception', |
76 | 83 | ], |
77 | 84 |
|
78 | 85 | [ |
79 | | -'action' =>'move', |
80 | 86 | 'label' =>'ext:debug', |
| 87 | +'action' =>'move', |
81 | 88 | 'repo' =>'yiisoft/yii2-debug', |
82 | 89 | ], |
83 | 90 |
|
84 | 91 | [ |
85 | | -'action' =>'move', |
86 | 92 | 'label' =>'ext:elasticsearch', |
| 93 | +'action' =>'move', |
87 | 94 | 'repo' =>'yiisoft/yii2-elasticsearch', |
88 | 95 | ], |
89 | 96 |
|
90 | 97 | [ |
91 | | -'action' =>'move', |
92 | 98 | 'label' =>'ext:faker', |
| 99 | +'action' =>'move', |
93 | 100 | 'repo' =>'yiisoft/yii2-faker', |
94 | 101 | ], |
95 | 102 |
|
96 | 103 | [ |
97 | | -'action' =>'move', |
98 | 104 | 'label' =>'ext:gii', |
| 105 | +'action' =>'move', |
99 | 106 | 'repo' =>'yiisoft/yii2-gii', |
100 | 107 | ], |
101 | 108 |
|
102 | 109 | [ |
103 | | -'action' =>'move', |
104 | 110 | 'label' =>'ext:imagine', |
| 111 | +'action' =>'move', |
105 | 112 | 'repo' =>'yiisoft/yii2-imagine', |
106 | 113 | ], |
107 | 114 |
|
108 | 115 | [ |
109 | | -'action' =>'move', |
110 | 116 | 'label' =>'ext:jui', |
| 117 | +'action' =>'move', |
111 | 118 | 'repo' =>'yiisoft/yii2-jui', |
112 | 119 | ], |
113 | 120 |
|
114 | 121 | [ |
115 | | -'action' =>'move', |
116 | 122 | 'label' =>'ext:mongodb', |
| 123 | +'action' =>'move', |
117 | 124 | 'repo' =>'yiisoft/yii2-mongodb', |
118 | 125 | ], |
119 | 126 |
|
120 | 127 | [ |
121 | | -'action' =>'move', |
122 | 128 | 'label' =>'ext:redis', |
| 129 | +'action' =>'move', |
123 | 130 | 'repo' =>'yiisoft/yii2-redis', |
124 | 131 | ], |
125 | 132 |
|
126 | 133 | [ |
127 | | -'action' =>'move', |
128 | 134 | 'label' =>'ext:sphinx', |
| 135 | +'action' =>'move', |
129 | 136 | 'repo' =>'yiisoft/yii2-sphinx', |
130 | 137 | ], |
131 | 138 |
|
132 | 139 | [ |
133 | | -'action' =>'move', |
134 | 140 | 'label' =>'ext:swiftmailer', |
| 141 | +'action' =>'move', |
135 | 142 | 'repo' =>'yiisoft/yii2-swiftmailer', |
136 | 143 | ], |
137 | 144 |
|
138 | 145 | [ |
139 | | -'action' =>'move', |
140 | 146 | 'label' =>'ext:twig', |
| 147 | +'action' =>'move', |
141 | 148 | 'repo' =>'yiisoft/yii2-twig', |
142 | 149 | ], |
143 | 150 |
|
144 | 151 | [ |
145 | | -'action' =>'move', |
146 | 152 | 'label' =>'ext:smarty', |
| 153 | +'action' =>'move', |
147 | 154 | 'repo' =>'yiisoft/yii2-smarty', |
148 | 155 | ], |
149 | 156 |
|
|