You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One feature that would be useful for the MPA worklfows is to set to have MIN_APPROVERS=2, where if there's 5 ACTIVATION_REQUEST_MAX_REVIEWERS in the list, 2 would be required, otherwise default to 1 approval only.
The text was updated successfully, but these errors were encountered:
Let's say you set the minimum to 2, would that mean...
1. the user has to select at least 2 peers as approvers, but getting approval from one is sufficient, or
2. the user has to get approval from 2 or more peers
The first option would be pretty straightforward to implement, the second one might be more difficult.
I assume the lack of state being the reason 2 is more difficult, yeah honestly the Slack feature might help w/ visibility and awareness of approvals amongst peers. The feedback originally was that some only check their email once a day.
Implementation of 1 could be a slight boost as well, otherwise someone might just try and skirt around the more scrutinizing senior members, and opt to get approval from the intern :)
One feature that would be useful for the MPA worklfows is to set to have
MIN_APPROVERS=2
, where if there's 5ACTIVATION_REQUEST_MAX_REVIEWERS
in the list, 2 would be required, otherwise default to 1 approval only.The text was updated successfully, but these errors were encountered: