Chore: Add workflow to detect suspicious comments and PRs from forks#1746
Merged
eleanorreem merged 1 commit intodevelopfrom Mar 17, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
eleanorreem
approved these changes
Mar 17, 2026
Bloom frontend
|
||||||||||||||||||||||||||||||
| Project |
Bloom frontend
|
| Branch Review |
develop
|
| Run status |
|
| Run duration | 04m 24s |
| Commit |
|
| Committer | bl00dymarie |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
12
|
|
|
0
|
|
|
102
|
Upgrade your plan to view test results. | |
| View all changes introduced in this branch ↗︎ | |
Contributor
|
🔍 Bot Detection Alert: Flagged Comment Suspicion Score: 35/100 Account Analysis (Score: 25)
Comment Content Analysis (Score: 10)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves no open issue.
What changes did you make and why did you make them?
For our open source community involvement we want to identify AI bots that create
I chatted with Copilot to create a Gh workflow that helps us detect some common patterns and attach labels to suspicious PRs and adds a report to a suspicious PR or issue comment.
How it works
The workflow calculates a score for PRs and based on that adds a label:
requires-manual-reviewor🚩-suspicious-fork.🤖 It checks the accounts from the PRs from forks and from issue commenters whether it seems to be a bot by checking patterns such as:
and a few more checks.
🔢 In PRs it also checks for these commit patterns:
💬 In issue comments it also checks the comment for:
Did you run tests?
No, because this is just a Github Workflow file.