RFR: 1188: The pr/NNNN branches are not always deleted when a PR is closed

Guoxiong Li gli at openjdk.java.net
Mon Nov 22 04:38:28 UTC 2021


On Mon, 22 Nov 2021 04:28:41 GMT, David Holmes <dholmes at openjdk.org> wrote:

> If the PR is re-opened again will the branch be recreated?

It depends on whether the PR has the label `rfr`. As you can see the condition `labels.contains("rfr") || labels.contains("integrated") || branchExists`, only the PR has label `rfr` or `integrated` or has branch `pr/NNNN`, the `PullRequestWorkItem` would be added to be invoked.

-------------

PR: https://git.openjdk.java.net/skara/pull/1242


More information about the skara-dev mailing list