Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-kura-bot committed Sep 27, 2024
1 parent bf0c349 commit 03d598f
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-kura') {
settings+: {
plan: "free",
two_factor_requirement: false,
description: "",
name: "Eclipse Kura",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
webhooks+: [
orgs.newOrgWebhook('https://ci.eclipse.org/kura/github-webhook/') {
content_type: "json",
events+: [
"pull_request",
"push"
],
},
],
_repositories+:: [
orgs.newRepo('kura') {
allow_rebase_merge: false,
Expand Down Expand Up @@ -122,23 +131,5 @@ orgs.newOrg('eclipse-kura') {
enabled: false,
},
},
orgs.newRepo('kura.github.io') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "master",
gh_pages_source_path: "/",
web_commit_signoff_required: false,
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"master"
],
deployment_branch_policy: "selected",
},
],
},
],
}

0 comments on commit 03d598f

Please sign in to comment.