allow eclipse-score-bot to push directly to main branch#190
allow eclipse-score-bot to push directly to main branch#190AlexanderLanin wants to merge 4 commits into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Maximilian Sören Pollak <maximilian.pollak@qorix.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Verified string on internal otterdog instance. It's |
|
Thank you for raising a pull request to update the configuration of your GitHub organization. The following conditions need to be fulfilled for auto-merging to be available:
Otterdog commands and optionsYou can trigger otterdog actions by commenting on this PR:
|
|
The author (AlexanderLanin) of this PR is associated with this organization in the role of Additionally, AlexanderLanin is a member of the following teams: |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
Whats the usecase ? |
sorry, not sure where it got lost. We changed bazel_registry to push directly to main branch, as the automatically created PRs do not add any value. There is absolutely no reason to ever reject such an automated PR. They just add delays. Maybe we should not have put the actual data on the main branch, but thats how it is at the moment. Anyway as we don't do any review anyway, and the PRs are just delays, we got rid of them. However now the bazel_registry is not being updated, as the eclipse-score-bot cannot write directly to main. We accidentally prevented that with the previously configured repository rule. This PR makes a careful local only adjustment, where only the repository rule for bazel_registry is fixed and allows organization owners to push directly to main. |
|
/otterdog merge |
|
Warning This pull request cannot be auto-merged via
|
|
/otterdog merge |
|
Warning This pull request cannot be auto-merged via
|
|
/otterdog merge |
|
Warning This pull request cannot be auto-merged via
|
|
@kairoaraujo Could you merge this PR? Seems that it gotten out of sync again. |
|
Please find below the validation of the requested configuration changes: Diff for f5d5834Project automotive.score[github_id=eclipse-score]
there have been 38 validation infos, enable verbose output to display them.
! repo_ruleset[name="main", repository=bazel_registry] {
! bypass_actors = [
+ "#OrganizationAdmin"
! ]
! include_refs = [
! "refs/heads/main" -> "~DEFAULT_BRANCH"
! ]
! requires_linear_history = false -> true
! }
Plan: 0 to add, 3 to change, 0 to delete. |
|
Note The current configuration is out-of-sync with the live settings: Diff to live settingsProject automotive.score[github_id=eclipse-score]
there have been 38 validation infos, enable verbose output to display them.
! repository[name="docs-as-code"] {
! code_scanning_default_query_suite = "extended" -> "default"
! }
- remove environment[name="copilot", repository=logging] {
- deployment_branch_policy = "all"
- name = "copilot"
- reviewers = []
- wait_timer = 0
- }
- remove environment[name="copilot", repository=inc_someip_gateway] {
- deployment_branch_policy = "all"
- name = "copilot"
- reviewers = []
- wait_timer = 0
- }
! repository[name="more-disk-space"] {
! code_scanning_default_languages = [
- "javascript"
+ "javascript-typescript"
- "typescript"
! ]
! }
Plan: 0 to add, 2 to change, 2 to delete. |
Co-authored-by: Maximilian Sören Pollak maximilian.pollak@qorix.com