-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
41 workflow validation in case multiple srg exist in a single workflow #66
base: main
Are you sure you want to change the base?
41 workflow validation in case multiple srg exist in a single workflow #66
Conversation
@@ -68,9 +69,16 @@ class SRGCommandEvaluate implements BaseCommand { | |||
.default("90") | |||
.env("SRG_EVALUATION_DELAY"); | |||
|
|||
const multipleSRG = new Option( | |||
"--multiple-guardians [multipleGuardians]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neither "--multiple-guardians" nor "SRG_MULTIPLE_GUARDIANS=true" works for multiple SRG evaluation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks good! documentation can be separated for the sake of merging the "version" related improvements on the main branch to be able to test them together.
07ff096
to
1369928
Compare
Feature multiple workflows/multiple srg per workflows summarized in a single execution. Still a work in progress.
Pending items: