Skip to content

A slack app that routes messages to the current active oncall engineer

License

Notifications You must be signed in to change notification settings

ghepting/oncall-bot

Repository files navigation

@oncall bot

Oncall bot responds to @oncall app mentions and tags whatever engineer is the current primary oncall in a thread. This helps route important/urgent messages to the right engineer without people having to refer to PagerDuty or any other sources to figure out who's currently oncall. This is especially helpful when there are ad hoc schedule overrides and around shift changes, etc.

Deployment

slack deploy --team TF4TV0V9V # owner-workspace-hq

Environment Variables

In local development environment variables can be set in the .env file:

PAGERDUTY_SCHEDULE_ID=PD1202L
PAGERDUTY_API_KEY=<YOUR_API_KEY_GOES_HERE>

In production, environment variables are managed via CLI.

List environment variables that are configured in production:

slack env list --team TF4TV0V9V

This will return something that looks like:

 APP  A079W7QNHFS
✨  There are 2 variables stored in this environment

   PAGERDUTY_API_KEY: ******
   PAGERDUTY_SCHEDULE_ID: ******

To update an environment variable, use the Slack CLI command slack env add:

slack env add --team TF4TV0V9V PAGERDUTY_API_KEY <YOUR_API_KEY_GOES_HERE>

About

A slack app that routes messages to the current active oncall engineer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published