eclipse-tractusx / .eclipsefdn

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

chore: enable delete branch on merge #38

Closed FaGru3n closed 8 months ago

FaGru3n commented 8 months ago

Description

referring to https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/pull/401#issuecomment-1766365398

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

FaGru3n commented 8 months ago

FYI: @Siegfriedk @danielmiehle @maximilianong

github-actions[bot] commented 8 months ago
Diff for 78dda2cc7fa337d456b90955eb77dcf6a33f4fa1: ```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] there have been 40 validation infos, enable verbose output with '-v' to to display them. ! repository[name="eclipse-tractusx.github.io"] { ! delete_branch_on_merge = false -> true ! } Plan: 0 to add, 1 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 @@ -121,6 +121,7 @@ orgs.newRepo('eclipse-tractusx.github.io') { allow_merge_commit: true allow_update_branch: false + delete_branch_on_merge: true environments: [ orgs.newEnvironment('github-pages') { branch_policies+: [ @@ -486,10 +487,12 @@ } orgs.newRepo('puris-backend') { archived: true + description: "puris-backend" web_commit_signoff_required: false } orgs.newRepo('puris-frontend') { archived: true + description: "puris-frontend" web_commit_signoff_required: false } orgs.newRepo('sd-factory') { @@ -701,6 +704,8 @@ web_commit_signoff_required: false } orgs.newRepo('traceability-foss-backend') { + allow_merge_commit: true + allow_update_branch: false archived: true branch_protection_rules: [ orgs.newBranchProtectionRule('main') { ```
github-actions[bot] commented 8 months ago
Diff for 78dda2cc7fa337d456b90955eb77dcf6a33f4fa1: ```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] there have been 40 validation infos, enable verbose output with '-v' to to display them. ! repository[name="eclipse-tractusx.github.io"] { ! delete_branch_on_merge = false -> true ! } Plan: 0 to add, 1 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 @@ -486,10 +486,12 @@ } orgs.newRepo('puris-backend') { archived: true + description: "puris-backend" web_commit_signoff_required: false } orgs.newRepo('puris-frontend') { archived: true + description: "puris-frontend" web_commit_signoff_required: false } orgs.newRepo('sd-factory') { @@ -701,6 +703,8 @@ web_commit_signoff_required: false } orgs.newRepo('traceability-foss-backend') { + allow_merge_commit: true + allow_update_branch: false archived: true branch_protection_rules: [ orgs.newBranchProtectionRule('main') { ```
netomi commented 8 months ago

applied.