Fix stale bounty cache detection - #127
Open
huangse199 wants to merge 2 commits into
Open
Conversation
Detect bounty amounts from labels and Algora comments when issue bodies omit the bounty command, and reduce page revalidation so cached bounty data stays fresher. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
@huangse199 is attempting to deploy a commit to the tscircuit Team on Vercel. A member of the Team first needs to authorize it. |
Recognize label/body/comment formats like "$300 bounty" and "bounty ... $300" so bounty issues stay visible even when they do not use the exact /bounty syntax. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Author
|
Added one more follow-up fix on this PR branch to make bounty amount detection less brittle. What changed:
Validation:
|
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.
Summary
/bounty $...text,$...labels, and Algora bot comments.Verification
./node_modules/.bin/biome.cmd check app/page.tsx lib/github.ts package.json./node_modules/.bin/tsc.cmd --noEmit --ignoreDeprecations 5.0git diff --checknpm run buildpassed; Next reported transient GitHub fetch-cache ECONNRESET warnings after successful page generation./claim #10