Skip to content

Commit

Permalink
Revert "Create new GitHub repository for hosting SVG images and icons (
Browse files Browse the repository at this point in the history
…#5)

(#4)"

This reverts commit 67428ca. Keeping
the SVG files directly in the base repository decreases the maintenance
work, rendering the windowbuilder-images repository unused.

Given that it is effectively empty, it should be safe to simply delete
it.
  • Loading branch information
ptziegler authored Jul 21, 2024
1 parent 67428ca commit 6ebb4ae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions otterdog/eclipse-windowbuilder.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,5 @@ orgs.newOrg('eclipse-windowbuilder') {
enabled: false,
},
},
orgs.newRepo('windowbuilder-images') {
allow_merge_commit: true,
default_branch: "master",
delete_branch_on_merge: false,
description: "Eclipse Windowbuilder SVG Images and Icons",
web_commit_signoff_required: false,
workflows+: {
enabled: false,
},
},
],
}

0 comments on commit 6ebb4ae

Please sign in to comment.