PagerDuty → Slack :pager:
June 17, 2019 · View on GitHub
A Slack App that allows you to manage PagerDuty incidents from Slack!

Installation
Running the web server
Assumes you have your database and redis server running.
gem install bundlerbundlebundle exec rake db:setupgem install foremanforeman start
You can access the sidekiq web panel at /sidekiq.
Usage
See /slackerduty help in Slack!
Contributing
- Fork it (https://github.com/CGA1123/slackerduty/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request