Skip to content

Commit

Permalink
Add cyclonedds-insight repository (#1)
Browse files Browse the repository at this point in the history
* Add cyclonedds-insight repository

Signed-off-by: Erik Boasson <[email protected]>

* Use "read" default workflow permission for insight repo

Signed-off-by: Erik Boasson <[email protected]>

---------

Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson authored Apr 3, 2024
1 parent ddb1390 commit 56240d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions otterdog/eclipse-cyclonedds.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ orgs.newOrg('eclipse-cyclonedds') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('cyclonedds-insight') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "read",
},
},
orgs.newRepo('eclipse-cyclonedds.github.io') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 56240d8

Please sign in to comment.