Skip to content

Commit ae2779e

Browse files
committed
Revert "fix: change the prefix of eca check to 'any'"
This reverts commit 84f93f5.
1 parent 84f93f5 commit ae2779e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otterdog-defaults.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ local newBranchProtectionRule(pattern) = {
127127
push_restrictions: [],
128128
required_status_checks: [
129129
# By default, the eclipse contributor agreement check must pass.
130-
"any:eclipsefdn/eca",
130+
"eclipse-eca-validation:eclipsefdn/eca",
131131
],
132132
requires_pull_request: true,
133133
required_approving_review_count: 2,
@@ -158,7 +158,7 @@ local newStatusChecks() = {
158158
do_not_enforce_on_create: false,
159159
strict: false,
160160
status_checks: [
161-
"any:eclipsefdn/eca"
161+
"eclipse-eca-validation:eclipsefdn/eca"
162162
],
163163
};
164164

0 commit comments

Comments
 (0)