Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit49f7311

Browse files
authored
Merge pull request#2 from dynasource/organize-by-category
reorganize by group & label for readibility and further extension
2 parentsdb02a9e +5816cd6 commit49f7311

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

‎config.php‎

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,19 @@
2727
// - comment: what to post
2828
// - close: whether to close the issue after commenting
2929

30-
// move issues to other repos based on labels
31-
// - action: "move"
30+
// move issues to other repos based on labels
31+
// - action: "move"
3232
// - label: on which label to react
3333
// - repo: the repo to move the issue to
3434

3535
'actions' => [
36+
37+
/**
38+
* Questions
39+
*/
3640
[
37-
'action' =>'comment',
3841
'label' =>'question',
42+
'action' =>'comment',
3943
'comment' =><<<COMMENT
4044
_This is an automated comment, triggered by adding the label `question`._
4145
@@ -51,99 +55,102 @@
5155
'close' =>true,
5256
],
5357

58+
/**
59+
* Extensions
60+
*/
5461
[
55-
'action' =>'move',
5662
'label' =>'ext:apidoc',
63+
'action' =>'move',
5764
'repo' =>'yiisoft/yii2-apidoc',
5865
],
5966

6067
[
61-
'action' =>'move',
6268
'label' =>'ext:authclient',
69+
'action' =>'move',
6370
'repo' =>'yiisoft/yii2-authclient',
6471
],
6572

6673
[
67-
'action' =>'move',
6874
'label' =>'ext:bootstrap',
75+
'action' =>'move',
6976
'repo' =>'yiisoft/yii2-bootstrap',
7077
],
7178

7279
[
73-
'action' =>'move',
7480
'label' =>'ext:codeception',
81+
'action' =>'move',
7582
'repo' =>'yiisoft/yii2-codeception',
7683
],
7784

7885
[
79-
'action' =>'move',
8086
'label' =>'ext:debug',
87+
'action' =>'move',
8188
'repo' =>'yiisoft/yii2-debug',
8289
],
8390

8491
[
85-
'action' =>'move',
8692
'label' =>'ext:elasticsearch',
93+
'action' =>'move',
8794
'repo' =>'yiisoft/yii2-elasticsearch',
8895
],
8996

9097
[
91-
'action' =>'move',
9298
'label' =>'ext:faker',
99+
'action' =>'move',
93100
'repo' =>'yiisoft/yii2-faker',
94101
],
95102

96103
[
97-
'action' =>'move',
98104
'label' =>'ext:gii',
105+
'action' =>'move',
99106
'repo' =>'yiisoft/yii2-gii',
100107
],
101108

102109
[
103-
'action' =>'move',
104110
'label' =>'ext:imagine',
111+
'action' =>'move',
105112
'repo' =>'yiisoft/yii2-imagine',
106113
],
107114

108115
[
109-
'action' =>'move',
110116
'label' =>'ext:jui',
117+
'action' =>'move',
111118
'repo' =>'yiisoft/yii2-jui',
112119
],
113120

114121
[
115-
'action' =>'move',
116122
'label' =>'ext:mongodb',
123+
'action' =>'move',
117124
'repo' =>'yiisoft/yii2-mongodb',
118125
],
119126

120127
[
121-
'action' =>'move',
122128
'label' =>'ext:redis',
129+
'action' =>'move',
123130
'repo' =>'yiisoft/yii2-redis',
124131
],
125132

126133
[
127-
'action' =>'move',
128134
'label' =>'ext:sphinx',
135+
'action' =>'move',
129136
'repo' =>'yiisoft/yii2-sphinx',
130137
],
131138

132139
[
133-
'action' =>'move',
134140
'label' =>'ext:swiftmailer',
141+
'action' =>'move',
135142
'repo' =>'yiisoft/yii2-swiftmailer',
136143
],
137144

138145
[
139-
'action' =>'move',
140146
'label' =>'ext:twig',
147+
'action' =>'move',
141148
'repo' =>'yiisoft/yii2-twig',
142149
],
143150

144151
[
145-
'action' =>'move',
146152
'label' =>'ext:smarty',
153+
'action' =>'move',
147154
'repo' =>'yiisoft/yii2-smarty',
148155
],
149156

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp