Closed xrstf closed 3 weeks ago
Name | Link |
---|---|
Latest commit | 754d732be32a2625c446b2cc92767d64a5802e2a |
Latest deploy log | https://app.netlify.com/sites/k8s-prow/deploys/671fa303f865c900080c0dbb |
Deploy Preview | https://deploy-preview-305--k8s-prow.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
/cc
@petr-muller Addressed all your comments :-)
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: petr-muller, xrstf
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Previously, the cherrypicker's handleIssueComment() function would only ever process the first branch.
For unmerged PRs this leads to surprising replies that only acknowledge the first branch. However once a PR is merged, the plugin would correctly detect all cherrypick commands and create all desired PRs.
For merged PRs however there is no PR-merged handling and so all but the first cherrypicks get dropped.
This PR adjusts the issue comment handling to also loop over all desired branches and create all PRs. I added a new unit test to verify that functionality.