slack-samples / deno-starter-template

A template for building Slack apps with Deno
MIT License
107 stars 20 forks source link

fix: add required attributes to function and workflow definition inputs #63

Closed zimeg closed 5 months ago

zimeg commented 5 months ago

Type of change

Summary

This PR adds required attributes to the definitions of the included workflows and functions so that everything completes as expected every time.

Fixes a possible problem of a trigger being created without channel for the sample_workflow and undefined inputs if the sample_function is distributed.

Requirements

zimeg commented 5 months ago

@hello-ashleyintech and thank you kindly for the review 👏 👏