From fa0a4e2b0b5ed0bd020c93cdbc77c321b5f9193d Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Sat, 19 Jan 2019 13:53:57 -0700 Subject: [PATCH 1/2] Add GitHub action for posting Slack messages as a bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..ff557cc 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [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-github-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) From 44fb85ff8a87be71e258cc8fe42225ba790a6176 Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:40:08 -0700 Subject: [PATCH 2/2] update repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff557cc..8bee3e7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [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-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)