chore: remove copilot-metrics-lgtm feature from main#18
Merged
Conversation
copilot-metrics-lgtm is not ready for human consumption, so remove it from main to keep the release workflow from publishing it. The feature is preserved on the feat/copilot-metrics-lgtm branch for continued work. - Delete src/copilot-metrics-lgtm and test/copilot-metrics-lgtm - Drop copilot-metrics-lgtm from both CI test matrices in test.yaml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 9a35c641-c703-4ecf-b6a0-b7775b16551f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the
copilot-metrics-lgtmfeature frommain. It isn't ready for human consumption yet, and the release workflow (devcontainers/actionwithbase-path-to-features: ./src) publishes every feature undersrc/— so leaving it here would publish it prematurely.The feature is not lost: it's preserved in full on the
feat/copilot-metrics-lgtmbranch for continued work, and can be PR'd back intomainwhen it's ready.Changes
src/copilot-metrics-lgtm/(stops it being published to GHCR).test/copilot-metrics-lgtm/.copilot-metrics-lgtmfrom both matrices in.github/workflows/test.yaml(thetest-scenariosentry and the now-obsolete exclusion comment intest-autogenerated).No other references remain (
grepforcopilot-metricsis clean; the rootREADME.mdandjustfilenever referenced it).