issues
search
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
#10
Closed
merks
closed
1 year ago
merks
commented
1 year ago
Archive ebr and orbit.
github-actions[bot]
commented
1 year ago
Diff for 3273e38de5955fcb0fedf6eec1c751f17298f59b:
```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] ! repository[name="ebr"] { ! archived = false -> true ! } ! repository[name="orbit"] { ! archived = false -> true ! } Plan: 0 to add, 2 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
changes have been applied.
Archive ebr and orbit.