Merge pull request #60 from abinoda/patch-1

Add GitHub action for posting Slack messages as a bot
This commit is contained in:
Sarah Drasner 2019-01-27 17:36:20 -07:00 committed by GitHub
commit 798213b8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions)
- [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action)
- [Post a Slack message as a bot](https://github.com/pullreminders/slack-action)
- [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action)
- [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions)
- [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub)