jetty / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://jetty.github.io/.eclipsefdn/
1 stars 4 forks source link

Update servlet and websocket repo details #24

Closed joakime closed 10 months ago

github-actions[bot] commented 10 months ago
Diff for 654f8f5669eadf57fec3e5640f3cd148998bcc28: ```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 jetty[id=jetty] ! repository[name="jetty.servlet.api"] { ! default_branch = "main" -> "jakarta-servlet-api" ! topics = "[]" -> "['eclipse', 'jetty', 'servlet', 'jakartaee']" ! } ! repository[name="jetty.websocket.api"] { ! default_branch = "main" -> "jakarta-websocket-api" ! topics = "[]" -> "['eclipse', 'jetty', 'websocket', 'jakartaee']" ! } Plan: 0 to add, 4 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 jetty[id=jetty] --- original +++ canonical @@ -42,6 +42,7 @@ orgs.newRepo('jetty.build.support') { allow_merge_commit: true allow_update_branch: false + default_branch: "main" delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - Build Support" @@ -131,6 +132,7 @@ orgs.newRepo('jetty.schemas') { allow_merge_commit: true allow_update_branch: false + default_branch: "main" delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - General Schemas Jar" @@ -143,6 +145,7 @@ orgs.newRepo('jetty.schemas.xhtml') { allow_merge_commit: true allow_update_branch: false + default_branch: "main" delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - XHTML Schemas Jar" @@ -187,6 +190,7 @@ orgs.newRepo('jetty.test.helper') { allow_merge_commit: true allow_update_branch: false + default_branch: "main" delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - Test Helper" @@ -199,6 +203,7 @@ orgs.newRepo('jetty.test.policy') { allow_merge_commit: true allow_update_branch: false + default_branch: "main" delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - Test Policy" ```
netomi commented 10 months ago

changes are live