eclipse-tractusx / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-tractusx.github.io/.eclipsefdn/
1 stars 15 forks source link

Test PR 2 #2

Closed netomi closed 1 year ago

github-actions[bot] commented 1 year ago
Diff for 1861f6398d5802f092ecc1313d6b3cb8130d55d4: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] ╷ │ Warning: branch_protection_rule[repo="item-relationship-service",pattern="main"] has 'requires_status_checks' disabled but 'required_status_checks' is set to ['eclipse-eca-validation:eclipsefdn/eca'], setting will be ignored. ╵ Plan: 0 to add, 0 to change, 0 to delete. ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] --- original +++ canonical @@ -113,7 +113,6 @@ branch_protection_rules: [ orgs.newBranchProtectionRule('main') { required_approving_review_count: 1, - required_status_checks+: [], requires_status_checks: false, requires_strict_status_checks: true, }, ```
github-actions[bot] commented 1 year ago
Diff for 0fd4d815f06db741c44c7beb86175a05a390a43d: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] ! branch_protection_rule[repo="item-relationship-service", pattern="main"] { ! required_status_checks = "[]" -> "['eclipse-eca-validation:eclipsefdn/eca']" ! requires_status_checks = "False" -> "True" } Plan: 0 to add, 2 to change, 0 to delete. ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] --- original +++ canonical @@ -113,8 +113,6 @@ branch_protection_rules: [ orgs.newBranchProtectionRule('main') { required_approving_review_count: 1, - required_status_checks+: [], - requires_status_checks: true, requires_strict_status_checks: true, }, ], ```