Closed
Conversation
|
There are changes to the builtin functions that are not part of this PR. Consider if you want to include all changes in this PR or check if there's already a PR that includes these changes. |
d69f4bb to
6b024b8
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR extends the CI workflow to automatically manage builtin function updates through detection, notification, and automatic PR creation. The workflow now runs on a weekly schedule and can be manually triggered to check for builtin changes.
- Adds scheduled and manual trigger capabilities to the CI workflow
- Implements detection of builtin function changes and adds PR comments when changes are detected
- Creates automatic PRs for builtin updates when triggered via schedule or manual dispatch
4 tasks
Related to camunda/camunda-modeler#3983 Co-authored-by: Nico Rehwaldt <nico.rehwaldt@camunda.com>
6b024b8 to
f708de4
Compare
barmac
reviewed
Jul 21, 2025
Member
Author
|
I've added the PR template on main, that seems to have autoclosed this PR. new one: #4 |
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extended the CI workflow to include a check if files have changed after updating builtins.
If its detected changes in a PR a comment is added. (Cf. the comment in this PR)
Further its checked weekly if the builtins would change and a PR is created (can also be manually triggered (not tested yet as scheduled and workflow dispatch need to be on main first)
Alternative would be to split the workflow and utilize reusable actions