botpress / studio

The studio is the main interface you'll use to build and edit your chatbot.
https://botpress.com/docs/quickstart#conversation-studio
38 stars 38 forks source link

chore(ci_cd): use gh-actions v1 #236

Closed laurentlp closed 2 years ago

laurentlp commented 2 years ago

This PR makes sure we use the v1 of our custom actions from botpress/gh-actions. This allows us to potentially push breaking changes on master without ever impacting actions that currently depend on them.

Similar to what has been done here: https://github.com/botpress/botpress/pull/11211