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-jetty-bot committed Oct 7, 2024
1 parent 0eb8f7e commit 2f6683b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,11 @@ orgs.newOrg('jetty') {
required_approving_review_count: 1,
dismisses_stale_reviews: true,
},
required_status_checks+: [
"continuous-integration/jenkins/pr-merge"
],
required_status_checks+: {
status_checks+: [
"continuous-integration/jenkins/pr-merge"
],
},
},
],
},
Expand Down

0 comments on commit 2f6683b

Please sign in to comment.