Skip to content

Commit

Permalink
Update eclipse-ide.jsonnet (#3)
Browse files Browse the repository at this point in the history
Add issues on eclipse-ide/.github repository

Signed-off-by: Olivier Prouvost <[email protected]>
  • Loading branch information
opcoach authored Sep 16, 2024
1 parent c6bf091 commit 1f53b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-ide.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ orgs.newOrg('eclipse-ide') {
},
_repositories+:: [
orgs.newRepo('.github') {
has_issues : false,
has_issues : true,
delete_branch_on_merge: false,
web_commit_signoff_required: false,
},
Expand Down

0 comments on commit 1f53b73

Please sign in to comment.