Skip to content

Commit

Permalink
ci: restore "Validate PR title" required status check (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored Oct 2, 2024
1 parent 36be7ab commit a16e060
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,24 @@ orgs.newOrg('eclipse-kura') {
branch_protection_rules: [
customBranchProtectionRule('develop') {
required_status_checks+: [
// "Validate PR title",
"Validate PR title",
// "any:continuous-integration/jenkins/pr-merge",
],
},
customBranchProtectionRule('docs-develop') {
required_status_checks+: [
// "Validate PR title",
"Validate PR title",
]
},
customBranchProtectionRule('release-*') {
required_status_checks+: [
// "Validate PR title",
"Validate PR title",
// "any:continuous-integration/jenkins/pr-merge",
],
},
customBranchProtectionRule('docs-release-*') {
required_status_checks+: [
// "Validate PR title",
"Validate PR title",
]
},
],
Expand Down

0 comments on commit a16e060

Please sign in to comment.