-
-
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 | ||
| 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.
Bug: Updating
sentry-cli.propertiesto version2.0.4will break CI tests inworkflow-tests.ymlwhich hardcode an expectation for version2.0.0.Severity: HIGH
Suggested Fix
Update the hardcoded version assertions in
.github/workflows/workflow-tests.yml. Change the lines$env:ORIGINAL_TAG | Should -Be "2.0.0"in theupdater-pr-creationandupdater-target-branchjobs to expect2.0.4. Alternatively, revert the change toupdater/tests/sentry-cli.propertiesas it is a test fixture intended to test updates from an older version.Prompt for AI Agent
Also affects:
.github/workflows/workflow-tests.ymlDid we get this right? 👍 / 👎 to inform future reviews.