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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
comment-account-tokenToken for the account that posts comments. If not set, personal-access-token is used instead.no${{ github.token }}
personal-access-tokenPersonal access token used for calling the verification APIyes
auto-closeWhether to automatically close the issue or PR if created by a botnofalse
tagTag to apply to issues or PRs created by a botno""
verification-timeoutVerification code expiration time in minutesno5
trusted-permissionMinimum permission level to skip verification. One of: read, write, admin. Leave empty to require verification from everyone.no""
allowed-usersComma-separated list of usernames to skip verification (e.g. alice,bob).no""
first-time-onlyIf true, only first-time contributors are required to verify. Returning contributors are skipped.nofalse

no outputs