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

WIP: Bot: support bubbling up rate limit info #573

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 2, 2019

  1. Bot: support bubbling up rate limit info

    This exposes Slack rate-limiting information to Hubot.
    This allows custom scripts to react to rate-limiting, for example
    to slow themselves down or to report to an alerting channel that
    a rate-limiting event has occurred.
    mistydemeo committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    d921105 View commit details
    Browse the repository at this point in the history
  2. Fix spacing

    Co-Authored-By: Nina Kaufman <[email protected]>
    mistydemeo and rnkaufman authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    b374e16 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    ec3b4c8 View commit details
    Browse the repository at this point in the history