Skip to content

Commit

Permalink
initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-jsdt-bot committed Aug 1, 2024
1 parent df02410 commit 1fb5dea
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions otterdog/eclipse-jsdt.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-jsdt') {
settings+: {
description: "",
name: "Eclipse JSDT project",
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
},
_repositories+:: [
orgs.newRepo('webtools.jsdt') {
allow_merge_commit: true,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 1fb5dea

Please sign in to comment.