-
-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): update WORKFLOW-TEST-DEPENDENCY-DO-NOT-MERGE to v2.0.4 #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| version = 2.0.0 | ||
| version = 2.0.4 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Updating Suggested FixUpdate the hardcoded version assertions in Prompt for AI AgentAlso affects:
Did we get this right? 👍 / 👎 to inform future reviews. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version bump breaks hardcoded CI test assertionsMedium Severity Changing Reviewed by Cursor Bugbot for commit 0fc5c11. Configure here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The CI workflow in Suggested FixUpdate the hardcoded version strings in the test assertions within Prompt for AI AgentAlso affects:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The CI workflow Suggested FixUpdate the hardcoded version string in the assertions within Prompt for AI AgentAlso affects:
|
||
| repo = https://github.com/getsentry/sentry-cli | ||
This comment was marked as outdated.
Sorry, something went wrong. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The workflow tests have a hardcoded version check for Suggested FixUpdate the hardcoded version string in the assertions within Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The version in Suggested FixUpdate the hardcoded version string in the assertions within Prompt for AI AgentThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The CI workflow has a hardcoded assertion expecting version Suggested FixUpdate the hardcoded assertions in Prompt for AI AgentThere was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The version in Suggested FixUpdate the hardcoded version assertions in the Prompt for AI Agent |
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test dependency changelog entry pollutes production CHANGELOG
Medium Severity
A changelog entry for
WORKFLOW-TEST-DEPENDENCY-DO-NOT-MERGEis being added to the realCHANGELOG.md. This is a test fixture (located inupdater/tests/sentry-cli.properties) used to validate the updater workflow itself — not a genuine dependency. The PR title explicitly says "DO-NOT-MERGE," indicating this is an auto-generated test PR that was never intended to land. Merging it would leave a confusing, nonsensical entry in the project's public changelog.Reviewed by Cursor Bugbot for commit dd8eed7. Configure here.