Hello,
It would be nice if Sashiko can update Patchwork status when starting/finishing a review as Patchwork is often used to track patches and gather info about them.
It will require a token and permissions on Patchwork side to be able to do that.
On my side, as a temporarily/permanent solution, I will check if our CI could try to poll results using Sashiko's API if that's OK to poll them. (I didn't find a doc about this API, but the website's source code pointed me to https://sashiko.dev/api/patch?id=${MESSAGE_ID} which seems to have everything I need :) )
Hello,
It would be nice if Sashiko can update Patchwork status when starting/finishing a review as Patchwork is often used to track patches and gather info about them.
It will require a token and permissions on Patchwork side to be able to do that.
On my side, as a temporarily/permanent solution, I will check if our CI could try to poll results using Sashiko's API if that's OK to poll them. (I didn't find a doc about this API, but the website's source code pointed me to
https://sashiko.dev/api/patch?id=${MESSAGE_ID}which seems to have everything I need :) )