Akshay Pant
Akshay Pant
**Description** This is a documentation patch. Currently, docs seem to show `data_path` to be an optional flag. But for the specific example, it is mandatory. This PR makes the mention...
## Summary Moving serialisation/deserialisation logic out of collaborator into a separate middleware. ### Why? By clearly separating concerns across layers, it aims to enhance code readability for contributors and improves...
## 📝 Description of the Change Add AST inspection in CEL evaluation to skip label events unless expression explicitly references labels. The AST walker checks "event_type" variable or ".labels" field...
## 📝 Description of the Change Add support for configuring multiple error detection regex patterns at both global (ConfigMap) and repository (CR) levels. This allows users to match different error...
## 📝 Description of the Change When processing comment events on GitHub, we now enrich the event body with the complete pull request data. This allows CEL expressions to access...
## 📝 Description of the Change Allow custom parameters from Repository CR to be accessed directly as CEL variables without template expansion. Parameters can now be used as: param_name ==...
## 📝 Description of the Change Add support for GitOps commands (/retest, /test, /ok-to-test, /cancel) in GitHub webhook integration mode by introducing event enrichment pattern. This enables webhook users to...