dohyeon5626/Bot Check Action
A GitHub Action that verifies whether an issue or PR was created by a bot. Supports automatic issue deletion and tagging.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| comment-account-token | Token for the account that posts comments. If not set, personal-access-token is used instead. | no | ${{ github.token }} |
| personal-access-token | Personal access token used for calling the verification API | yes | — |
| auto-close | Whether to automatically close the issue or PR if created by a bot | no | false |
| tag | Tag to apply to issues or PRs created by a bot | no | "" |
| verification-timeout | Verification code expiration time in minutes | no | 5 |
| trusted-permission | Minimum permission level to skip verification. One of: read, write, admin. Leave empty to require verification from everyone. | no | "" |
| allowed-users | Comma-separated list of usernames to skip verification (e.g. alice,bob). | no | "" |
| first-time-only | If true, only first-time contributors are required to verify. Returning contributors are skipped. | no | false |
Outputs
no outputs