Push .bazelversion to all dependables (#244)#85
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run --lockfile_mode=error //:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
fix sync workflow to push .bazelversion to all "dependable elements" |
| push: | ||
| branches: [main] | ||
| paths: [".bazelversion"] |
There was a problem hiding this comment.
not needed? we can leave it as only scheduled?
There was a problem hiding this comment.
The push trigger is intentional—it provides immediate sync when .bazelversion changes, ensuring dependent repos stay current without waiting for the monthly schedule. But to not complicate it further I can remove it.
Signed-off-by: Philipp Ahmann <philipp.ahmann@de.bosch.com>
Signed-off-by: RolandJentschETAS <135332348+RolandJentschETAS@users.noreply.github.com>
18edaa9 to
3da6f50
Compare
There was a problem hiding this comment.
why is this in the PR? Some merge problem?
|
This workflow is supposed to create PRs in other repos? Which repos? And can we try that with one repo first? No, wait, sorry. If this workflow creates PRs in other repos, it should not be in the template, as everyone will have a copy of it! 😆 |
|
Suggestion: add a job to https://github.com/eclipse-score/cicd-workflows/blob/main/.github/workflows/_local_daily.yml, something like "module_template_rollout". Which will create PRs in all other repositories that have a |
No description provided.