fix(action): enforce compatibility window#20505
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 198c2f194e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
198c2f1 to
c311b41
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c311b41d75
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
c311b41 to
e7234a0
Compare
|



Summary
cloud-YYYYMMDDand keep Cloud recommendations on thecloudaction tag.Breaking Changes
bytebase-action checkandbytebase-action rolloutnow exit with an error when the CLI/action version is outside the compatibility window instead of only logging a warning.Compatibility Impact
cloud-YYYYMMDD) within 7 days.Test Plan
go test -v -count=1 ./action/commandgolangci-lint run --allow-parallel-runnersgolangci-lint run --fix --allow-parallel-runnersgo build -ldflags "-w -s" -p=16 -o ./bytebase-build/bytebase ./backend/bin/server/main.goPre-PR Checklist
action/**/*_test.gofile is already covered by test and CPD patterns.