aardpark/Bepo - PR Duplicate Detection
Detect duplicate pull requests using static analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 19, 2026
- License
- MIT
Pinned Snippet
uses: aardpark/bepo@d8748aa142ce8bb57ccc8014e3b58b6b13ad1790 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | ${{ github.token }} |
| threshold | Similarity threshold (0.0-1.0) | no | 0.65 |
| limit | Max PRs to compare against | no | 50 |
| comment | Post a comment on the PR if duplicates found | no | true |
Outputs
| name | description |
|---|---|
| has_duplicates | Whether duplicates were found |
| match_count | Number of duplicate matches |
| matches | JSON array of matches |