dvelton/Contributor Throttle
Per-contributor rate limits for PRs and issues with automatic trust graduation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with issues and pull-requests write permissions | yes | — |
| config-path | Path to the throttle config file | no | .github/throttle.yml |
| dry-run | Log what would happen without taking action | no | false |
Outputs
| name | description |
|---|---|
| tier | The contributor's classified trust tier (new, contributor, trusted, maintainer) |
| activity-count | Number of PRs or issues the contributor has opened in the current window |
| limit | The rate limit for this contributor's tier and activity type |
| throttled | Whether the contribution was throttled (true/false) |