Skip to content

Commit

Permalink
Re-import after adding support for workflow settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-platform-bot committed Sep 7, 2023
1 parent 61f0854 commit 7afc037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otterdog/eclipse-platform.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ orgs.newOrg('eclipse-platform') {
billing_email: "[email protected]",
blog: "https://www.eclipse.org/eclipse/",
default_repository_permission: "none",
default_workflow_permissions: "write",
dependabot_security_updates_enabled_for_new_repositories: false,
description: "Eclipse Platform is a framework for rich client applications in Java, powering the Eclipse IDE and other toolsets",
email: "[email protected]",
Expand All @@ -20,6 +19,9 @@ orgs.newOrg('eclipse-platform') {
twitter_username: "EclipseJavaIDE",
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
webhooks+: [
orgs.newOrgWebhook('https://ci.eclipse.org/platform/github-webhook/') {
Expand Down

0 comments on commit 7afc037

Please sign in to comment.