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
Perhaps for a follow up PR, it still looks like we need to get full results for the push logins since that is used to authorize the comment for approving a run for an external fork. In that case we probably do need to retrieve all push logins since we have to compare the set of users that commented the authorization string to the set of allowed users in which case it would be expensive to check each one individually. In most cases I would expect there only to be 1 valid authorization comment but probably better for us to handle the case where there are a lot
Since there can be multiple users that can authorize the workflow run, it is required to fetch all users.
The text was updated successfully, but these errors were encountered:
This is a follow-up issue to the comment
Since there can be multiple users that can authorize the workflow run, it is required to fetch all users.
The text was updated successfully, but these errors were encountered: