jetty / .eclipsefdn

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

Unarchive jetty-parent #38

Closed olamy closed 11 months ago

olamy commented 11 months ago

Signed-off-by: Olivier Lamy olamy@apache.org

github-actions[bot] commented 11 months ago
Diff for 37808c4b07aa9f41c438e70d443ca2ccef348a3d: ```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-parent"] { ! allow_merge_commit = false -> true ! allow_update_branch = true -> false ! archived = true -> false ! delete_branch_on_merge = true -> false ! dependabot_alerts_enabled = false -> true ! dependabot_security_updates_enabled = false -> true ! description = "Eclipse Jetty® - Archived Repository" -> "Eclipse Jetty® - Parent Pom" ! has_issues = false -> true ! secret_scanning_push_protection = "disabled" -> "enabled" ! web_commit_signoff_required = true -> false ! } + add repo_webhook[url="https://jenkins.webtide.net/github-webhook/", repository="jetty-parent"] { + active = true + content_type = "json" + events = [ + "pull_request" + "push" + ], + insecure_ssl = "0" + url = "https://jenkins.webtide.net/github-webhook/" + } Plan: 1 to add, 10 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 @@ -14,6 +14,7 @@ } } orgs.newRepo('jetty-alpn-api') { + aliases: ["jetty.alpn.api"] allow_merge_commit: true allow_update_branch: false default_branch: "master" @@ -39,6 +40,7 @@ } } orgs.newRepo('jetty-artifact-remote-resources') { + aliases: ["jetty.artifact.resources"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -52,6 +54,7 @@ } } orgs.newRepo('jetty-assembly-descriptors') { + aliases: ["jetty.assembly.descriptors"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -65,6 +68,7 @@ } } orgs.newRepo('jetty-build-support') { + aliases: ["jetty.build.support"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -80,6 +84,7 @@ orgs.newRepo('jetty-parent') { allow_merge_commit: true allow_update_branch: false + archived: false delete_branch_on_merge: false dependabot_security_updates_enabled: true description: "Eclipse Jetty® - Parent Pom" @@ -94,12 +99,13 @@ "push" ] } - ] + ], workflows+: { actions_can_approve_pull_request_reviews: false } } orgs.newRepo('jetty-perf-helper') { + aliases: ["jetty.perf.helper"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -113,6 +119,7 @@ } } orgs.newRepo('jetty-schemas') { + aliases: ["jetty.schemas"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -126,6 +133,7 @@ } } orgs.newRepo('jetty-servlet-api') { + aliases: ["jetty.servlet.api"] allow_merge_commit: true allow_update_branch: false default_branch: "jakarta-servlet-api" @@ -146,6 +154,7 @@ } } orgs.newRepo('jetty-setuid-jna') { + aliases: ["jetty.setuid"] allow_merge_commit: true allow_update_branch: false default_branch: "master" @@ -160,6 +169,7 @@ } } orgs.newRepo('jetty-test-helper') { + aliases: ["jetty.test.helper"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -193,6 +203,7 @@ } } orgs.newRepo('jetty-toolchain') { + aliases: ["jetty.toolchain"] allow_merge_commit: true allow_update_branch: false default_branch: "master" @@ -252,6 +263,7 @@ } } orgs.newRepo('jetty-websocket-api') { + aliases: ["jetty.websocket.api"] allow_merge_commit: true allow_update_branch: false default_branch: "jakarta-websocket-api" @@ -272,6 +284,7 @@ } } orgs.newRepo('jetty-xhtml-schemas') { + aliases: ["jetty.schemas.xhtml"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false ```
joakime commented 11 months ago

This is good. :+1:

netomi commented 11 months ago

changes are live.