Skip to content

Commit

Permalink
Reimport after updating to default config v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-ibeji-bot committed Sep 23, 2023
1 parent da5a6c9 commit cbec21f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-ibeji.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,24 @@ orgs.newOrg('eclipse-ibeji') {
},
_repositories+:: [
orgs.newRepo('freyja') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('ibeji') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "ibeji project",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
},
orgs.newRepo('ibeji-example-applications') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "ibeji project example applications and integrations with other components",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
Expand Down

0 comments on commit cbec21f

Please sign in to comment.