Skip to content

Commit

Permalink
update to latest default config
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-kura-bot committed Oct 7, 2024
1 parent 0bec7d5 commit 4fcf2c4
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ local customDevRuleset(name) =
requires_last_push_approval: true,
required_approving_review_count: 1,
},
required_status_checks+: [
"Validate PR title",
"continuous-integration/jenkins/pr-merge",
],
required_status_checks+: {
status_checks+: [
"Validate PR title",
"continuous-integration/jenkins/pr-merge",
],
},
};

local customDocRuleset(name) =
Expand All @@ -34,9 +36,11 @@ local customDocRuleset(name) =
requires_last_push_approval: true,
required_approving_review_count: 1,
},
required_status_checks+: [
"Validate PR title",
],
required_status_checks+: {
status_checks+: [
"Validate PR title",
],
},
};

orgs.newOrg('eclipse-kura') {
Expand Down

0 comments on commit 4fcf2c4

Please sign in to comment.