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

Feature: Exempt labels from action #11

Merged
merged 8 commits into from
Aug 27, 2019

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    8364ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ab03f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6b9b4 View commit details
    Browse the repository at this point in the history
  4. Only check for exempt label if defined

    Since the exempt label parameter is not required, we don't want to both
    checking for it if it was not defined.
    ryanwilsonperkin committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c93ee85 View commit details
    Browse the repository at this point in the history
  5. Don't reduce operationsLeft if exempt

    This variable just tracks the number of operations we're using to avoid
    rate limiting. Since the exempt check wouldn't result in a rate-limited
    request, we don't need to reduce the variable.
    ryanwilsonperkin committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f308fd2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac986d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    070caa8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e0af63 View commit details
    Browse the repository at this point in the history