cyphar/Hacktoberfest Anti-Spam
Detect and close PRs related to Hacktoberfest and mark them as spam.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to create an authenticated client | no | ${{ github.token }} |
| aggressive_spam_retaliation | Aggressively respond to spam PRs (lock PRs and tag as spam). | no | false |
| all_new_contributors_are_spam | Do not give new contributors the benefit of the doubt. | no | false |
Outputs
| name | description |
|---|---|
| spam | A boolean indicating whether the PR was considered spam. |