Skip to content

Commit

Permalink
Fix branch protection rule for glsp-playwright (#5)
Browse files Browse the repository at this point in the history
The branch protection rule for glsp-playwright was configured for `master` instead of `main` on accident

Signed-off-by: Tobias Ortmayr <[email protected]>
  • Loading branch information
tortmayr authored Jul 18, 2024
1 parent c24fc19 commit bf5c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/eclipse-glsp.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ orgs.newOrg('eclipse-glsp') {
},
],
branch_protection_rules: [
orgs.newBranchProtectionRule('master') {
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 0,
},
],
Expand Down

0 comments on commit bf5c8ea

Please sign in to comment.