Skip to content

Commit

Permalink
Update eclipse-ecsp.jsonnet (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: AakankshaTejwani <158445768+AakankshaTejwani@users.noreply.github.com>
  • Loading branch information
AakankshaTejwani authored Sep 3, 2024
1 parent c22289f commit 19463a0
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 @@ -21,5 +21,15 @@ orgs.newOrg('eclipse-ecsp') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('utils') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
description: "ECSP utils",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit 19463a0

Please sign in to comment.