Skip to content

Commit

Permalink
update to latest default config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-tycho-bot committed Oct 7, 2024
1 parent 6dc748a commit f1b0921
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions otterdog/eclipse-tycho.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,12 @@ orgs.newOrg('eclipse-tycho') {
required_approving_review_count: 0,
dismisses_stale_reviews: true,
},
required_status_checks+: [
"call-license-check / check-licenses",
"continuous-integration/jenkins/pr-head"
],
required_status_checks+: {
status_checks+: [
"call-license-check / check-licenses",
"continuous-integration/jenkins/pr-head"
],
},
},
],
},
Expand Down

0 comments on commit f1b0921

Please sign in to comment.