[QUESTION] how to submit multiple reviews on the same patchset
Xin Long <[email protected]>
| Newsgroups | dev.linux.lists.sashiko |
|---|---|
| Message-ID | <CADvbK_cmh_9rRnbADVm04JWVtjEoQVReR1m1ZP7djPwQxA=feg@mail.gmail.com> |
After running the server locally by `cargo run`, I submitted a review by: `cargo run --bin sashiko-cli -- submit HEAD~15..HEAD` I could see one item on the list of the webpage in review. While it was in review, I wanted to submit a new review on the same patches by the same command: `cargo run --bin sashiko-cli -- submit HEAD~15..HEAD` However, after doing that, I didn't see a second item on the list of the webpage, and it seemed the server just ignored the submission. So is there any way that I can submit multiple reviews on the same patchset? with something like ID or subject? Thanks.