Skip to content

Commit

Permalink
Update eclipse-packaging.jsonnet to provide repository descriptions (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Merks <[email protected]>
  • Loading branch information
merks authored May 16, 2024
1 parent 9ebde98 commit a61ad29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions otterdog/eclipse-packaging.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ orgs.newOrg('eclipse-packaging') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "General content for the eclipse-packaging organization.",
web_commit_signoff_required: false,
},
orgs.newRepo('packages') {
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
description: "Eclipse IDE product definitions.",
has_discussions: true,
has_wiki: false,
web_commit_signoff_required: false,
Expand Down

0 comments on commit a61ad29

Please sign in to comment.