Closed mnonnenmacher closed 1 month ago
This is your friendly self-service bot.
Thank you for raising a pull request to update the configuration of your GitHub organization. You can manually add reviewers to this PR to eventually enable auto-merging.
The following conditions need to fulfilled for auto-merging to be available:
This is your friendly self-service bot.
The author (mnonnenmacher) of this PR is associated with this organization in the role of MEMBER
.
Additionally, mnonnenmacher is a member of the following teams:
This is your friendly self-service bot. Please find below the validation of the requested configuration changes:
This is your friendly self-service bot. The current configuration is in-sync with the live settings. :rocket:
This is your friendly self-service bot. This Pull Request is eligible for auto-merging as it passed the following checks:
In order to automatically merge and apply the changes, add a comment /otterdog merge
. :rocket:
/otterdog merge
This is your friendly self-service bot.
The following changes have been successfully applied:
Organization technology.apoapsis[id=eclipse-apoapsis]
! branch_protection_rule[pattern="main", repository="guidance"] {
! required_status_checks = [
+ renovate-validation
! ]
! }
! branch_protection_rule[pattern="main", repository="renovate"] {
! required_status_checks = [
+ renovate-validation
! ]
! }
Applying changes:
Done.
Executed plan: 0 added, 2 changed, 0 deleted.
@netomi FYI, looks like the diff for the required checks is working correctly now.
I think that is a case that was working before. It failed if the list was in a further nested structure like for a Ruleset. When we started we only supported shallow objects and their properties. This is much simpler but with the growing number of properties it gets confusing, so we have now support for further nesting to group properties that belong together, but not everything was adjusted for that afaict. Should be fixed now.
Make renovate-validation a required status check for the guidance and renovate repositories.