vitejs / vite-ecosystem-ci

Vite Ecosystem CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow additional comments when triggering ecosystem-ci in a PR

patak-dev opened this issue · comments

commented

See failed run here vitejs/vite#12079 (comment) because I included some context of the re-run

I've visited the trigger for that lately, and I think it's a chore for Vite.

https://github.com/vitejs/vite/blob/3d3788d5518350dd989659548ce0610134781851/.github/workflows/ecosystem-ci-trigger.yml#L83

This line probably needs to trim up until the first \n after /ecosystem-ci, otherwise it's getting the whole following text as arguments.

commented

Ah, that's true. I leave the issue open here as it still relates to ecosystem-ci.
Sent a PR here vitejs/vite#12192