Skip to content

Commit

Permalink
chore: enable branch protection sig-release main branch (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
FaGru3n authored Oct 23, 2023
1 parent 2ebf306 commit 1660d6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,12 @@ orgs.newOrg('eclipse-tractusx') {
has_projects: false,
homepage: "https://eclipse-tractusx.github.io/sig-release",
web_commit_signoff_required: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
dismisses_stale_reviews: true
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
Expand Down

0 comments on commit 1660d6f

Please sign in to comment.