Closed
Description
What article on docs.github.com is affected?
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
Labels
No labels