Skip to content

Commit

Permalink
Add iceoryx2 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Dec 11, 2023
1 parent 57a3592 commit 68d1b10
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions otterdog/eclipse-iceoryx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,60 @@ orgs.newOrg('eclipse-iceoryx') {
},
],
},
orgs.newRepo('iceoryx2') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "main",
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
description: "Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust",
has_discussions: true,
homepage: "https://iceoryx.io",
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
topics+: [
"eclipse",
"iceoryx",
"inter-process-communication",
"ipc",
"middleware",
"publish-subscribe",
"pubsub",
"request-response",
"rpc",
"rust",
"shared-memory",
"zero-copy"
],
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
webhooks: [
orgs.newRepoWebhook('https://ci.eclipse.org/iceoryx/github-webhook/') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
orgs.newRepoWebhook('https://webhooks.gitter.im/e/5578e863b0288c22e677') {
content_type: "json",
events+: [
"*"
],
secret: "********",
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('[main][release_]*') {
dismisses_stale_reviews: true,
required_approving_review_count: 1,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('iceoryx-automotive-soa') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 68d1b10

Please sign in to comment.