Update how long to beat extension#27633
Conversation
|
Thank you for your contribution! 🎉 🔔 @Cronos87 @whitespacecode @7splay @pernielsentikaer you might want to have a look. You can use this guide to learn how to check out the Pull Request locally in order to test it. 📋 Quick checkout commandsBRANCH="how-long-to-beat"
FORK_URL="https://github.com/ridemountainpig/extensions.git"
EXTENSION_NAME="how-long-to-beat"
REPO_NAME="extensions"
git clone -n --depth=1 --filter=tree:0 -b $BRANCH $FORK_URL
cd $REPO_NAME
git sparse-checkout set --no-cone "extensions/$EXTENSION_NAME"
git checkout
cd "extensions/$EXTENSION_NAME"
npm install && npm run devWe're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 10-15 business days. |
Greptile SummaryThis PR updates the HowLongToBeat extension to use the new upstream API endpoints, replacing Confidence Score: 5/5Safe to merge — the only finding is a P2 style issue with the changelog date format. All findings are P2 or lower. The core change (API endpoint update) is a clean two-constant swap with no logic concerns. No files require special attention. Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
extensions/how-long-to-beat/CHANGELOG.md:3
The new changelog entry uses a hardcoded date instead of the `{PR_MERGE_DATE}` placeholder. New entries should use the placeholder so the date is automatically populated when the PR is merged.
```suggestion
## [Fixes] - {PR_MERGE_DATE}
```
Reviews (2): Last reviewed commit: "Update CHANGELOG.md" | Re-trigger Greptile |
0xdhrv
left a comment
There was a problem hiding this comment.
Looks good to me, approved ✅
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
|
Thank you |
Description
Fix: update to new API endpoint.
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare located outside the metadata folder if they were not generated with our metadata tool