-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct event-type setting for on-comment prs
This commit fixes the event-type setting for PipelineRuns that match the `on-comment` annotation. Previously, the `event_type` was set to `no-ops-comment` instead of `on-comment` when a git provider's issue comment event matched a comment in an annotation. This fix ensures that the `event_type` is correctly set. on-comment is a brand new TP feature, so no worries that we may have breaking things for users relying on that behaviour. Issue: https://issue.redhat.com/browse/SRVKP-5779 Signed-off-by: Chmouel Boudjnah <[email protected]>
- Loading branch information
1 parent
be424e4
commit 7663fb1
Showing
4 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters