Skip to content

Commit

Permalink
Enable branch protection for tycho-4.0.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Läubrich <[email protected]>
  • Loading branch information
laeubi authored Feb 9, 2024
1 parent 74b9024 commit 59d27c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions otterdog/eclipse-tycho.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,23 @@ orgs.newOrg('eclipse-tycho') {
requires_last_push_approval: false,
requires_review_thread_resolution: false,
},
orgs.newRepoRuleset('tycho-4.0.x') {
allows_updates: true,
bypass_actors+: [
"#Write"
],
include_refs+: [
"refs/heads/tycho-4.0.x",
],
required_approving_review_count: 0,
required_status_checks+: [
"continuous-integration/jenkins/pr-head",
"call-license-check / check-licenses"
],
requires_commit_signatures: false,
requires_last_push_approval: false,
requires_review_thread_resolution: false,
},
],
},
],
Expand Down

0 comments on commit 59d27c3

Please sign in to comment.