jetty / .eclipsefdn

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

Add jetty-toolchain-parent repository #37

Closed olamy closed 9 months ago

olamy commented 9 months ago

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

github-actions[bot] commented 9 months ago
Diff for ee049783c33389a6c0be4b122629c54a0fa1b2af: ```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] + add repository[name="jetty-toolchain-parent"] { + allow_auto_merge = false + allow_forking = true + allow_merge_commit = true + allow_rebase_merge = true + allow_squash_merge = true + allow_update_branch = false + archived = false + default_branch = "master" + delete_branch_on_merge = false + dependabot_alerts_enabled = true + dependabot_security_updates_enabled = true + description = "Eclipse Jetty® - Jetty Toolchain Parent" + gh_pages_build_type = "disabled" + has_discussions = false + has_issues = true + has_projects = true + has_wiki = false + homepage = "https://eclipse.dev/jetty" + is_template = false + merge_commit_message = "PR_TITLE" + merge_commit_title = "MERGE_MESSAGE" + name = "jetty-toolchain-parent" + private = false + secret_scanning = "enabled" + secret_scanning_push_protection = "enabled" + squash_merge_commit_message = "COMMIT_MESSAGES" + squash_merge_commit_title = "COMMIT_OR_PR_TITLE" + template_repository = null + topics = [] + web_commit_signoff_required = false + } + add repo_workflow_settings[repository="jetty-toolchain-parent"] { + actions_can_approve_pull_request_reviews = false + allowed_actions = "all" + default_workflow_permissions = "read" + enabled = true + } + add repo_webhook[url="https://jenkins.webtide.net/github-webhook/", repository="jetty-toolchain-parent"] { + active = true + content_type = "json" + events = [ + "pull_request" + "push" + ], + insecure_ssl = "0" + url = "https://jenkins.webtide.net/github-webhook/" + } Plan: 3 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 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 @@ -90,6 +94,7 @@ } } orgs.newRepo('jetty-perf-helper') { + aliases: ["jetty.perf.helper"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -103,6 +108,7 @@ } } orgs.newRepo('jetty-schemas') { + aliases: ["jetty.schemas"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -116,6 +122,7 @@ } } orgs.newRepo('jetty-servlet-api') { + aliases: ["jetty.servlet.api"] allow_merge_commit: true allow_update_branch: false default_branch: "jakarta-servlet-api" @@ -136,6 +143,7 @@ } } orgs.newRepo('jetty-setuid-jna') { + aliases: ["jetty.setuid"] allow_merge_commit: true allow_update_branch: false default_branch: "master" @@ -150,6 +158,7 @@ } } orgs.newRepo('jetty-test-helper') { + aliases: ["jetty.test.helper"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false @@ -183,6 +192,7 @@ } } orgs.newRepo('jetty-toolchain') { + aliases: ["jetty.toolchain"] allow_merge_commit: true allow_update_branch: false default_branch: "master" @@ -265,6 +275,7 @@ } } orgs.newRepo('jetty-websocket-api') { + aliases: ["jetty.websocket.api"] allow_merge_commit: true allow_update_branch: false default_branch: "jakarta-websocket-api" @@ -285,6 +296,7 @@ } } orgs.newRepo('jetty-xhtml-schemas') { + aliases: ["jetty.schemas.xhtml"] allow_merge_commit: true allow_update_branch: false delete_branch_on_merge: false ```
netomi commented 9 months ago

Is this ok @joakime ?

joakime commented 9 months ago

@netomi please hold on this one (don't close it), we are discussing a few possible options that might mean we don't need this repo at all.

olamy commented 9 months ago

let's forget that, copy/paste is the modern tooling for 2024