-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The address of the bot comment does not contain the updated code. #235
Comments
Yep, the address of the pull request comment should not change since it addresses the latest commit of the PR always when you put the number of the PR there. But the check run is what gets updated, when you visit the check run ( |
But when executing ↓, the installed build product is the original one, not the latest one. Is this by design? (18 represents pr floor) pnpm add https://pkg.pr.new/warmthsea/element-plus@18 |
I think this is because of caching! Can you try adding the -f flag and let me know! |
Thank you very much for your reply. I have some doubts. Regarding whether the initial comment address of the installation is the latest code. Info:window 11 test pr: warmthsea/element-plus#20 Step:1、install pr Bot first commit link pnpm add https://pkg.pr.new/warmthsea/element-plus@20 2、update warmthsea/element-plus components pnpm add https://pkg.pr.new/warmthsea/element-plus@20 1、use Vercel deploy
2、run locally (dev)
try:
none of them took effect. |
I'm also experiencing this issue with https://pkg.pr.new/buape/carbon/@buape/carbon@126. It shows the correct commit hash when curling it and I tried using --force as well, but it is still not actually downloading the PR's code, instead it's using Here is the GitHub Action that I'm running: https://github.com/buape/carbon/blob/main/.github/workflows/ci.yml |
I was able to confirm with buape/carbon#127 that it was using the code from |
As far as I remember, So maybe that's the issue! |
PR create bot commit:
warmthsea/element-plus#18 (comment)
(Does not include updated code)
PR update code:
https://github.com/warmthsea/element-plus/pull/18/checks?check_run_id=29967470452
Does the original comment address need to be updated?
The text was updated successfully, but these errors were encountered: