Skip to content

Commit

Permalink
ci: temporarily disable required Lint PR status check (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi authored Oct 1, 2024
1 parent d097cfa commit d090187
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 @@ -96,24 +96,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 d090187

Please sign in to comment.