-
Notifications
You must be signed in to change notification settings - Fork 187
chore: API Diff converted to GitHub action #22383
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?
Conversation
based on this test PR. we got +1.0.0 from changing the docs.. this seems not correct |
1.0.0 is from the Teamcity job, since it cannot determine the base branch from the PR target branch |
I updated the branch for the test PR. If everything is working as expected, we should see 0.0.1 then overwritten by vaadin-bot with 1.0.0 |
Not really. The test PR is comparing using |
To test the |
okay.. so if Artur is okay.. i think we can merge this PR.. then fix the problem when needed.. |
…asier maintenance
Replace hard-coded JDK 21 references with JAVA_VERSION environment variable to improve maintainability and make Java version updates easier. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Remove unnecessary conditional check for vaadin-spring directory as it always exists in the repository. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
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.
Just a potential change for a timeout, but not a blocker.
exit 1 | ||
api-diff-labeling: | ||
if: github.event_name == 'pull_request_target' | ||
timeout-minutes: 90 |
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.
I guess the timeout can be reduced to 5 or max 10 minutes.
No description provided.