bevyengine / bevyengine/bevy-website
Match commits to PRs by using the extracted PR number
- Dominant language
- JavaScript
- Stars
- 249
- Forks
- 450
- Avg merge
- 16h 20m
- Merged PRs (30d)
- 6
Description
As seen in #1518, matching PRs by names is unreliable due to both time windows and renames. The fundamental strategy here is dumb though: we should be able to extract the PR number / link responsible from the commit message and then look it up directly. No inexact matching or expensive "grab all PRs" required.
Contributor guide
Research direction
Start by reading the implementation described in #1518 and trace how commit messages are currently matched to pull requests. Verify the change against commits containing an extracted PR number or link; done means direct lookup works without inexact name matching, time-window dependence, or fetching all PRs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100