-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Port changes from vue ecosystem ci #256
Port changes from vue ecosystem ci #256
Conversation
Co-Authored-By: Haoqun Jiang <[email protected]>
So that maintainers can get one more email notification when the CI is done. Co-Authored-By: Haoqun Jiang <[email protected]>
nice! minor question about stability: could this lead to a result not being posted if delete message fails? might be worth adding the new comment first and then deleting the first one. Also if more comments have been added in-between, the bot comment is not going to be directly below the trigger comment anymore. Is there a way to tag that comment ? |
I think yes. I swapped that 👍
I added the commit ref to the result comment. (example: sapphi-red/vite#3 (comment)) |
whoohoo, thanks!!! |
* feat: add a comparison column to the PR comment Co-Authored-By: Haoqun Jiang <[email protected]> * feat: updateComment -> deleteComment + createComment So that maintainers can get one more email notification when the CI is done. Co-Authored-By: Haoqun Jiang <[email protected]> * feat: swap delete comment and create comment * feat: show ref the CI ran on * fix: fix ref link * fix: set working-directory * fix: set working-directory * feat: change ref link --------- Co-authored-by: Haoqun Jiang <[email protected]>
Ported some changes from https://github.com/vuejs/ecosystem-ci which would be useful for us