Sometimes you wanna notify a Slack channel or thread or something. Is there a way we can do that while being loosely coupled?
Like is there a way we can call an external process/script things or something when we're done?
My concrete use case is using slck to create a thread in a specific channel if it's the first review pass, or if it's a subsequent pass, as a reply to the parent thread.
I don't think we should really be in the business of building full integrations or anything, but firing a script/hook/thing when a loop completes seems OK.
This should probably define a couple of possible endpoints. Like I don't want a benchmark run to necessarily fire the slck invocation, but maybe I do want something else to happen when a benchmark runs.
Sometimes you wanna notify a Slack channel or thread or something. Is there a way we can do that while being loosely coupled?
Like is there a way we can call an external process/script things or something when we're done?
My concrete use case is using
slckto create a thread in a specific channel if it's the first review pass, or if it's a subsequent pass, as a reply to the parent thread.I don't think we should really be in the business of building full integrations or anything, but firing a script/hook/thing when a loop completes seems OK.
This should probably define a couple of possible endpoints. Like I don't want a
benchmarkrun to necessarily fire theslckinvocation, but maybe I do want something else to happen when abenchmarkruns.