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-tycho-bot committed Sep 26, 2024
1 parent a1b1b91 commit 6dc748a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions otterdog/eclipse-tycho.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ orgs.newOrg('eclipse-tycho') {
],
rulesets: [
orgs.newRepoRuleset('release-branches') {
allows_updates: true,
bypass_actors+: [
"#Write"
],
Expand All @@ -72,14 +71,14 @@ orgs.newOrg('eclipse-tycho') {
"refs/heads/tycho-3.0.x",
"refs/heads/tycho-4.0.x"
],
required_approving_review_count: 0,
required_pull_request+: {
required_approving_review_count: 0,
dismisses_stale_reviews: true,
},
required_status_checks+: [
"call-license-check / check-licenses",
"continuous-integration/jenkins/pr-head"
],
requires_commit_signatures: false,
requires_last_push_approval: false,
requires_review_thread_resolution: false,
},
],
},
Expand Down

0 comments on commit 6dc748a

Please sign in to comment.