Skip to content

Commit

Permalink
Updating file 'otterdog/eclipse-sisu.jsonnet' with otterdog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstankie authored and eclipse-sisu-bot committed May 24, 2024
1 parent 1092a1c commit 1fb1043
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions otterdog/eclipse-sisu.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-sisu') {
settings+: {
blog: "https://projects.eclipse.org/projects/technology.sisu",
dependabot_alerts_enabled_for_new_repositories: false,
dependabot_security_updates_enabled_for_new_repositories: false,
dependency_graph_enabled_for_new_repositories: false,
description: "Eclipse Sisu is a modular JSR330-based container that supports classpath scanning, auto-binding, and dynamic auto-wiring.",
email: "webmaster@eclipse-foundation.org",
members_can_change_project_visibility: false,
members_can_change_repo_visibility: false,
members_can_create_teams: false,
members_can_delete_repositories: false,
name: "Eclipse Sisu",
packages_containers_internal: false,
packages_containers_public: false,
two_factor_requirement: false,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
default_workflow_permissions: "write",
},
},
}

0 comments on commit 1fb1043

Please sign in to comment.