Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Neidhart authored and eclipse-scava-bot committed Jul 17, 2024
1 parent 6123584 commit b58bb2f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions otterdog/eclipse-scava.jsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

orgs.newOrg('eclipse-scava') {
settings+: {
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
_repositories+:: [
orgs.newRepo('scava-datasets') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: "scava-datasets",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
],
}

0 comments on commit b58bb2f

Please sign in to comment.