Skip to content

Commit a828d03

Browse files
authored
Add environment for workflows that need approval
Some workflows fail to access secrets if there was no prior approval. This environment forces a prior approval. Co-authored-by: Mikaël Barbero <mikael.barbero@eclipse-foundation.org> Signed-off-by: Michael Tänzer <michael.taenzer@etas.com>
1 parent 792827b commit a828d03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

otterdog/eclipse-score.jsonnet

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,6 +1181,15 @@ orgs.newOrg('automotive.score', 'eclipse-score') {
11811181
},
11821182
newModuleRepo('inc_someip_gateway') {
11831183
description: "Incubation repository for SOME/IP gateway feature",
1184+
environments: [
1185+
orgs.newEnvironment('workflow-approval') {
1186+
deployment_branch_policy: "all",
1187+
reviewers+: [
1188+
"@eclipse-score/automotive-score-committers",
1189+
],
1190+
wait_timer: 1,
1191+
},
1192+
],
11841193
},
11851194
newModuleRepo('inc_time') {
11861195
description: "Incubation repository for time feature",

0 commit comments

Comments
 (0)