Skip to content

Commit 86409c3

Browse files
actions-userclaude
andcommitted
Stop scanning wp-cli/wp-cli.github.com for contributors and release notes
The website repository is no longer maintained, so it never has an open milestone to read from. Both bundle-wide code paths skipped it harmlessly at runtime, but it still cost an API call per invocation and implied the repo was part of a release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xw2XwqE3C4cGGZ6EbS8p3V
1 parent 2951589 commit 86409c3

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)