Skip to content

Commit

Permalink
Update eclipse-simrel.jsonnet (#2)
Browse files Browse the repository at this point in the history
Update descriptive details and prevent merge commits.

Signed-off-by: Ed Merks <Ed.Merks@gmail.com>
  • Loading branch information
merks authored Sep 21, 2023
1 parent 2eb888f commit 7ba55f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-simrel.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-simrel') {
settings+: {
blog: "https://ci.eclipse.org/simrel",
default_repository_permission: 'none',
dependabot_security_updates_enabled_for_new_repositories: false,
description: "SimRel provides infrastructure for coordinating the release of projects used to build Eclipse IDE/RCP applications.",
email: "cross-project-issues-dev@eclipse.org",
members_can_change_project_visibility: false,
name: "Eclipse Simultaneous Release",
packages_containers_internal: false,
Expand All @@ -26,7 +28,9 @@ orgs.newOrg('eclipse-simrel') {
],
_repositories+:: [
orgs.newRepo('simrel.build') {
allow_merge_commit: false,
allow_update_branch: false,
description: "The aggregation model and build infrastructure.",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand All @@ -41,7 +45,9 @@ orgs.newOrg('eclipse-simrel') {
],
},
orgs.newRepo('simrel.tools') {
allow_merge_commit: false,
allow_update_branch: false,
description: "Utilities and tools for maintenance.",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
Expand Down

0 comments on commit 7ba55f0

Please sign in to comment.