Skip to content

Commit b883165

Browse files
committed
Merge branch 'master' of https://github.com/wp-cli/wp-cli-dev
2 parents 53de5fa + 6436688 commit b883165

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

.actrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Configuration file for nektos/act.
2+
# See https://github.com/nektos/act#configuration
3+
-P ubuntu-latest=shivammathur/node:latest

.maintenance/clone-all-repositories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'sample-plugin',
1010
'snapshot-command',
1111
'wp-cli-dev',
12+
'wp-cli-roadmap',
1213
);
1314

1415
$request = 'https://api.github.com/orgs/wp-cli/repos?per_page=100';

composer.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
"type": "path",
2525
"url": "builds"
2626
},
27-
{
28-
"type": "path",
29-
"url": "sample-plugin"
30-
},
3127
{
3228
"type": "path",
3329
"url": "google-sitemap-generator-cli"
@@ -36,10 +32,6 @@
3632
"type": "path",
3733
"url": "wp-super-cache-cli"
3834
},
39-
{
40-
"type": "path",
41-
"url": "package-index"
42-
},
4335
{
4436
"type": "path",
4537
"url": "server-command"
@@ -64,10 +56,6 @@
6456
"type": "path",
6557
"url": "profile-command"
6658
},
67-
{
68-
"type": "path",
69-
"url": "ideas"
70-
},
7159
{
7260
"type": "path",
7361
"url": "admin-command"
@@ -76,10 +64,6 @@
7664
"type": "path",
7765
"url": "handbook"
7866
},
79-
{
80-
"type": "path",
81-
"url": "snapshot-command"
82-
},
8367
{
8468
"type": "path",
8569
"url": "media-command"
@@ -100,10 +84,6 @@
10084
"type": "path",
10185
"url": "db-command"
10286
},
103-
{
104-
"type": "path",
105-
"url": "autoload-splitter"
106-
},
10787
{
10888
"type": "path",
10989
"url": "config-command"
@@ -128,10 +108,6 @@
128108
"type": "path",
129109
"url": "shell-command"
130110
},
131-
{
132-
"type": "path",
133-
"url": "composer-changelogs"
134-
},
135111
{
136112
"type": "path",
137113
"url": "eval-command"
@@ -204,10 +180,6 @@
204180
"type": "path",
205181
"url": "i18n-command"
206182
},
207-
{
208-
"type": "path",
209-
"url": "dash-docset-generator"
210-
},
211183
{
212184
"type": "path",
213185
"url": "wp-cli-tests"

0 commit comments

Comments
 (0)