Skip to content

Commit

Permalink
do not use any within ruleset statuschecks
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-kura-bot committed Oct 4, 2024
1 parent 085f911 commit 0bec7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion otterdog/eclipse-kura.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local orgs = import 'vendor/otterdog-defaults/otterdog-defaults.libsonnet';

local customDevRuleset(name) =
orgs.newRepoRuleset(name) {
allows_creations: true,
bypass_actors+: [
"@eclipse-kura/iot-kura-project-leads"
],
Expand All @@ -15,12 +16,13 @@ local customDevRuleset(name) =
},
required_status_checks+: [
"Validate PR title",
"any:continuous-integration/jenkins/pr-merge",
"continuous-integration/jenkins/pr-merge",
],
};

local customDocRuleset(name) =
orgs.newRepoRuleset(name) {
allows_creations: true,
bypass_actors+: [
"@eclipse-kura/iot-kura-project-leads"
],
Expand Down

0 comments on commit 0bec7d5

Please sign in to comment.