Skip to content

Commit

Permalink
update config to reflect changes in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-jetty-bot committed Sep 26, 2024
1 parent 4cbe200 commit 0eb8f7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions otterdog/jetty.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ orgs.newOrg('jetty') {
rulesets: [
orgs.newRepoRuleset('protect-mainline-branches') {
allows_creations: true,
allows_updates: true,
bypass_actors+: [
"@jetty/rt-jetty-pmc"
],
Expand All @@ -307,13 +306,13 @@ orgs.newOrg('jetty') {
"refs/heads/jetty-12.0.x",
"refs/heads/jetty-9.4.x"
],
required_approving_review_count: 1,
required_pull_request+: {
required_approving_review_count: 1,
dismisses_stale_reviews: true,
},
required_status_checks+: [
"continuous-integration/jenkins/pr-merge"
],
requires_commit_signatures: false,
requires_last_push_approval: false,
requires_review_thread_resolution: false,
},
],
},
Expand Down

0 comments on commit 0eb8f7e

Please sign in to comment.