tylersayshi/areyouabot-report
Report suspected bot accounts and check if a GitHub user is flagged
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Action mode: "report" or "check" | yes | — |
| username | GitHub username to report or check | yes | — |
| reason | Reason for the report (report mode only) | no | "" |
| evidence_url | URL to evidence (report mode only) | no | "" |
| repository | Reporting repository in owner/repo format (report mode only, defaults to current repo) | no | ${{ github.repository }} |
| worker_url | URL of the areyouabot Cloudflare Worker (report mode only) | no | https://areyouabot-report.tylersayshi.workers.dev |
| areyouabot_repo | Owner/repo of the areyouabot database (default: tylersayshi/areyouabot) | no | tylersayshi/areyouabot |
Outputs
| name | description |
|---|---|
| is_flagged | Whether the user is flagged (true/false) |
| status | Account status: flagged, cleared, or unknown |