Re: [QUESTION] how to submit multiple reviews on the same patchset
Roman Gushchin <[email protected]>
| Newsgroups | dev.linux.lists.sashiko |
|---|---|
| Message-ID | <[email protected]> |
Xin Long <[email protected]> writes: > 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? No, there is no such option now. And if adding, I'd say let's add an option to run multiple reviews for each patch within the same patchset, let's not create multiple patchsets for the same git range. Thanks!