build(demo): point github branch to 1.x#44
Conversation
The master branch of this add-on has moved to the 2.x major version. Update the @Githubbranch annotation so the demo sources are fetched from the 1.x maintenance branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
@GithubBranchonBadgeListDemoViewfrommasterto1.xso the demo fetches source examples from the 1.x maintenance branch.Context
masterhas moved on to the 2.x major version, so the existing@GithubBranch("master")causes AddonsDemo'sGithubBranchTestto fail forbadgelist.BadgeListDemoViewwith a major-version mismatch (1.x pinned, 2.x on master).Test plan
GithubBranchTestin AddonsDemo'svaadin24build passes forBadgeListDemoView.🤖 Generated with Claude Code