eclipse-orbit / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-orbit.github.io/.eclipsefdn/
0 stars 2 forks source link

Update eclipse-orbit.jsonnet #11

Closed merks closed 1 year ago

merks commented 1 year ago

Given that eclipse-orbit/orbit is archived, I think we need to make eclipse-orbit/orbit-simrel the organization's discussion_source_repository.

github-actions[bot] commented 1 year ago
Diff for a14de6ce45409fc158a8dc68d2e44e74f2383a5d: ```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-orbit[id=eclipse-orbit] ! settings { ! discussion_source_repository = "eclipse-orbit/orbit" -> "eclipse-orbit/orbit-simrel" ! } 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-orbit[id=eclipse-orbit] --- original +++ canonical @@ -8,7 +8,13 @@ description: "Global configurations for the eclipse-orbit GitHub organization" } orgs.newRepo('ebr') { + allow_auto_merge: true + allow_update_branch: false archived: true + delete_branch_on_merge: false + description: "Eclipse Bundle Recipe infrastructure." + has_projects: false + has_wiki: false web_commit_signoff_required: false webhooks: [ orgs.newRepoWebhook('https://notify.travis-ci.org') { @@ -26,8 +32,12 @@ ] } orgs.newRepo('orbit') { + allow_update_branch: false archived: true + delete_branch_on_merge: false + description: "Third-party libraries bundled using Eclipse Bundle Recipes." has_discussions: true + has_wiki: false web_commit_signoff_required: false } orgs.newRepo('orbit-legacy') { ```
netomi commented 1 year ago

change applied.

merks commented 1 year ago

This always makes me feel so empowered and so thankful that things work so efficiently.

netomi commented 1 year ago

Soon things will be a bit more automated, see here:

still need to do more testing, but its already functional. We will also have a dashboard ui where you can login with your github account.