Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to post to slack when new branch is created #20

Open
7 of 8 tasks
rallytime opened this issue Aug 30, 2018 · 0 comments
Open
7 of 8 tasks

Add ability to post to slack when new branch is created #20

rallytime opened this issue Aug 30, 2018 · 0 comments
Assignees

Comments

@rallytime
Copy link
Owner

rallytime commented Aug 30, 2018

We want to be able to simply notify people when a new branch is created in the repo. This can be simple, using Slack's Incoming Webhooks.

Workflow:

  • A new branch is created upstream in GH
  • Event is sent to Tamarack
  • Tamarack posts the message to slack

Tasks:

  • Update GH token perms to include branch creation events
  • Create Slack App
  • Update config/env vars to take a Workspace Webhook URL for Slack
  • Add event handler for branch creation events
  • Compose json POST message and send to slack
  • Docs
  • Tests
  • Deploy!
@rallytime rallytime self-assigned this Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant