Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-kuksa.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-kuksa-bot committed Oct 24, 2023
1 parent 031a7ec commit ac7b9ce
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-kuksa') {
settings+: {
default_repository_permission: "none",
description: "",
name: "Eclipse Kuksa",
packages_containers_internal: false,
Expand All @@ -20,6 +19,9 @@ orgs.newOrg('eclipse-kuksa') {
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('kuksa-android-sdk') {
allow_merge_commit: true,
Expand All @@ -28,6 +30,9 @@ orgs.newOrg('eclipse-kuksa') {
allow_update_branch: false,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
dismisses_stale_reviews: true,
Expand All @@ -43,6 +48,9 @@ orgs.newOrg('eclipse-kuksa') {
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('kuksa-hardware') {
allow_merge_commit: true,
Expand All @@ -52,6 +60,9 @@ orgs.newOrg('eclipse-kuksa') {
secret_scanning: "disabled",
secret_scanning_push_protection: "disabled",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
Expand All @@ -67,6 +78,9 @@ orgs.newOrg('eclipse-kuksa') {
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
orgs.newRepo('kuksa-website') {
allow_merge_commit: true,
Expand All @@ -79,6 +93,9 @@ orgs.newOrg('eclipse-kuksa') {
gh_pages_source_branch: "website",
gh_pages_source_path: "/",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
Expand Down

0 comments on commit ac7b9ce

Please sign in to comment.