Skip to content

Commit

Permalink
Update eclipse-ecsp.jsonnet (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Kaushal Arora <159906517+kaushalaroraharman@users.noreply.github.com>
  • Loading branch information
kaushalaroraharman authored Sep 3, 2024
1 parent 19463a0 commit 1d798cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions otterdog/eclipse-ecsp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@ orgs.newOrg('eclipse-ecsp') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('entities') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "ECSP entities",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit 1d798cb

Please sign in to comment.