Skip to content

Commit

Permalink
ci: comment out non-working required status check (#5)
Browse files Browse the repository at this point in the history
* fix: comment out non-working required status check

* fix: set correct name
  • Loading branch information
mattdibi authored Sep 30, 2024
1 parent 825ed75 commit 26a21b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ orgs.newOrg('eclipse-kura') {
requires_strict_status_checks: true,
required_status_checks : [
"eclipse-eca-validation:eclipsefdn/eca",
"Lint PR / Validate PR title",
"Validate PR title",
"any:continuous-integration/jenkins/pr-merge",
],
},
Expand All @@ -114,7 +114,7 @@ orgs.newOrg('eclipse-kura') {
requires_strict_status_checks: true,
required_status_checks : [
"eclipse-eca-validation:eclipsefdn/eca",
"Lint PR / Validate PR title",
"Validate PR title",
"any:continuous-integration/jenkins/pr-merge",
],
},
Expand Down

0 comments on commit 26a21b3

Please sign in to comment.