Example workflow: post release announcements
This workflow allows you to select a channel to post news about the most recent release to.
This example uses Slack functions and inline inputs to do the following:
- Open a form to select a channel.
- Send a message to the selected channel.
- React with a
:tada:
emoji.
Files
GitHub Actions workflow
example-workflows/Technique_1_Slack_Workflow_Builder/announcements.gha.yml
loading...
Slack app manifest
example-workflows/Technique_1_Slack_Workflow_Builder/announcements.manifest.json
loading...
Slack webhook trigger
example-workflows/Technique_1_Slack_Workflow_Builder/announcements.trigger.json
loading...