Skip to content

Example ghe-config command to exempt users from rate limiting has a typo. #1280

Description

@galaxyeden

What article on docs.github.com is affected?

Command-line utilities

What part(s) of the article would you like to see updated?

The following example:

$ ghe-config app.github.rate_limiting_exempt_users "hubot github-actions"
# Exempts the users hubot and github-actions from rate limits

In this example, the correct key has hyphens, not underscores. Therefore it should read:

$ ghe-config app.github.rate-limiting-exempt-users "hubot github-actions"
# Exempts the users hubot and github-actions from rate limits

Additional information

I've opened PR #1279 for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions