Skip to content

Commit

Permalink
update config to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-tycho-bot committed Mar 11, 2024
1 parent 9d6af47 commit a042ee8
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions otterdog/eclipse-tycho.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ orgs.newOrg('eclipse-tycho') {
gh_pages_build_type: "legacy",
gh_pages_source_branch: "main",
gh_pages_source_path: "/",
secret_scanning: "enabled",
secret_scanning_push_protection: "enabled",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand All @@ -37,14 +35,11 @@ orgs.newOrg('eclipse-tycho') {
},
orgs.newRepo('tycho') {
allow_auto_merge: true,
allow_merge_commit: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "Tycho project repository (tycho)",
has_discussions: true,
homepage: "https://tycho.eclipseprojects.io",
secret_scanning: "enabled",
secret_scanning_push_protection: "enabled",
topics+: [
"build-tool",
"eclipse",
Expand Down Expand Up @@ -75,14 +70,14 @@ orgs.newOrg('eclipse-tycho') {
],
include_refs+: [
"refs/heads/main",
"refs/heads/tycho-4.0.x",
"refs/heads/tycho-3.0.x",
"refs/heads/tycho-2.7.x",
"refs/heads/tycho-3.0.x",
"refs/heads/tycho-4.0.x"
],
required_approving_review_count: 0,
required_status_checks+: [
"continuous-integration/jenkins/pr-head",
"call-license-check / check-licenses"
"call-license-check / check-licenses",
"continuous-integration/jenkins/pr-head"
],
requires_commit_signatures: false,
requires_last_push_approval: false,
Expand Down

0 comments on commit a042ee8

Please sign in to comment.