Skip to content

Commit

Permalink
enforce 2FA
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-platform-bot committed Apr 11, 2024
1 parent a9b8819 commit 376f149
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions otterdog/eclipse-platform.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';
orgs.newOrg('eclipse-platform') {
settings+: {
blog: "https://www.eclipse.org/eclipse/",
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]",
name: "Eclipse Platform",
security_managers+: [
"eclipse-platform-committers"
],
twitter_username: "EclipseJavaIDE",
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
Expand Down

0 comments on commit 376f149

Please sign in to comment.