Skip to content

Commit

Permalink
fix: job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Sep 30, 2024
1 parent a3d837e commit 3bd314e
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 @@ -97,8 +97,8 @@ orgs.newOrg('eclipse-kura') {
requires_strict_status_checks: true,
required_status_checks : [
"eclipse-eca-validation:eclipsefdn/eca",
"Lint PR / Validate PR title (pull_request_target)",
"continuous-integration/jenkins/pr-merge",
"Lint PR",
"any:continuous-integration/jenkins/pr-merge",
],
},
orgs.newBranchProtectionRule('docs-develop') {
Expand All @@ -114,8 +114,8 @@ orgs.newOrg('eclipse-kura') {
requires_strict_status_checks: true,
required_status_checks : [
"eclipse-eca-validation:eclipsefdn/eca",
"Lint PR / Validate PR title (pull_request_target)",
"continuous-integration/jenkins/pr-merge",
"Lint PR",
"any:continuous-integration/jenkins/pr-merge",
],
},
orgs.newBranchProtectionRule('docs-release-*') {
Expand Down

0 comments on commit 3bd314e

Please sign in to comment.