Skip to content

Commit 84f93f5

Browse files
authored
fix: change the prefix of eca check to 'any'
1 parent d81cb3f commit 84f93f5

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-
"eclipse-eca-validation:eclipsefdn/eca",
130+
"any: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-
"eclipse-eca-validation:eclipsefdn/eca"
161+
"any:eclipsefdn/eca"
162162
],
163163
};
164164

0 commit comments

Comments
 (0)