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
Fix GitOps Command Issue on Pushed Commit by Unautorized User
Issue: when an unautorized user sends GitOps comment on a pushed commit,
PAC is triggering CI since access check is done only for pull_request
event in verifyRepoAndUser func of controller.
Solution: added a check for push event and Ops comment event
type in verifyRepoAndUser func.
https://issues.redhat.com/browse/SRVKP-7110
Signed-off-by: Zaki Shaikh <[email protected]>
0 commit comments