-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: gather a random gif from the giphy connector #39
base: main
Are you sure you want to change the base?
Conversation
|
||
Deno.test("Mention the kind kudo receiver", async () => { | ||
const inputs = { | ||
doer_of_good_deeds: "USLACKBOT", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait you can just call slackbot like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏 all praises to the kind @USLACKBOT - it's a great placeholder that means something meaningful! To me it means everything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can update the site tutorial! 🏴☠️
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
@lukegalbraithrussell appreciate the review and suggestions! The suggestions are great as always 🙌 And huge thanks for tutorial updates! Please let me know if I can help or should hold off on merging this or whatever makes the most sense. I defer to thee powerful mind 🧠 ✨ |
Type of change
Summary
This PR replaces the
Find a GIF
custom function with the Giphy connector and uses the custom function to format thekudo_message
with better formatting.A few other changes happen too:
kudo_vibe
is required in the form since something is needed for connector inputReviewers
Clone the sample:
Then test the workflow in a channel. GIF results can be unexpected and prompting the connector is an art. Open to all suggestion here!
Requirements