Closed aulneau closed 1 year ago
This is a WIP feature. @Ludo and @MicaiahReid, Please assign it back to me once the feature is developed and is ready for doc updates.
Hey @LakshmiLavanyaKasturi, this feature is ready to document now! I've added a test that demonstrates the new if_this
condition here. Let me know if you have any questions!
Completed by #394 and #380
:tada: This issue has been resolved in version 1.1.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
When creating a chainhook that listens for a print_event, it'd be great to be able to use regex to define the condition for
contains
.Example: I'd like to create a print_event predicate that only listens for
stack-extend
orstack-increase
but excludestack-aggregation-*