fix: [jkhelil] #5901
Closed
jkhelil
started this conversation in
Vouch Request
fix: [jkhelil]
#5901
Replies: 2 comments
|
/vouch |
0 replies
|
@jkhelil has been vouched by @rh-hemartin. You can now submit pull requests to fullsend. Welcome aboard. Please read CONTRIBUTING.md before submitting. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What do you want to work on?
I want to fix the false-positive in the existing-PR check (issue #5900). I hit it on my own repo: a Dependabot bump to 0.43.0 blocked /fs-code on issue #43 because the search matches bare numbers. One-line fix: #${ISSUE_NUMBER} in:body instead of ${ISSUE_NUMBER} in:title,body.
Why this change?
Because /fs-code silently skipped issue #43 on my repo — a Dependabot PR titled "...to 0.43.0" matched the bare-number search "43 in:title,body", so fullsend thought a human was already working on it. Traced it to the guard in reusable-dispatch.yml. Filed #5900 with a one-line fix.
Checklist
All reactions