Skip to content

Commit 99ff3f8

Browse files
authored
Merge pull request #74 from wp-cli/claude/wp-cli-release-automation-ntuox0
Stop scanning wp-cli/wp-cli.github.com for contributors and release notes
2 parents 2951589 + 86409c3 commit 99ff3f8

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.maintenance/src/Contrib_List_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public function __invoke( $args, $assoc_args ) {
5252
'wp-cli/wp-cli-bundle',
5353
'wp-cli/wp-cli',
5454
'wp-cli/handbook',
55-
'wp-cli/wp-cli.github.com',
5655
];
5756
}
5857

.maintenance/src/Release_Notes_Command.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ private function get_bundle_release_notes( $source, $format ) {
7272
'wp-cli/wp-cli-bundle',
7373
'wp-cli/wp-cli',
7474
'wp-cli/handbook',
75-
'wp-cli/wp-cli.github.com',
7675
) as $repo
7776
) {
7877
$milestones = GitHub::get_project_milestones( $repo );

0 commit comments

Comments
 (0)