Skip to content

Commit

Permalink
Reimport after repo transfer.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-kuksa-bot committed Oct 19, 2023
1 parent 73c4aa7 commit 2276d82
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ orgs.newOrg('eclipse-kuksa') {
allow_rebase_merge: false,
allow_squash_merge: false,
allow_update_branch: false,
delete_branch_on_merge: true,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
dismisses_stale_reviews: true,
require_last_push_approval: true,
required_approving_review_count: 1,
requires_linear_history: false,
requires_strict_status_checks: true,
},
],
Expand All @@ -46,6 +44,23 @@ orgs.newOrg('eclipse-kuksa') {
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
},
orgs.newRepo('kuksa-hardware') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_alerts_enabled: false,
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
requires_linear_history: true,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('kuksa-viss') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 2276d82

Please sign in to comment.