Tags: chmouel/pipelines-as-code
Tags
fix(homebrew): goreleaser issue and cask install doc Signed-off-by: Ben Dronen <[email protected]>
feat: Implement setting to skip push events for PR commits * Add `skip-push-event-for-pr-commits` configuration setting. * Skip processing push events when the commit SHA is present in an open pull request. * Prevent duplicate pipeline runs triggered by both push and pull request events for the same commit. * Document the new configuration setting. Fixes openshift-pipelines#2101 Signed-off-by: Chmouel Boudjnah <[email protected]> Co-authored-by: Gemini
Backport fixes for 0.33.x Fixes from some of the incompatibilities when doing the backport from main to 0.33.x release Signed-off-by: Chmouel Boudjnah <[email protected]>
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]>
PreviousNext