On Tue, 21 Nov 2023 18:16:35 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> > I don't think we need to match a `/`, so I recommend either: > > > > 1. A single rule excluding `jdk*`, as in the current PR > > 2. A single rule excluding `jdk[0-9]*` > > 3. Two rules, one excluding `jdk[0-9]*` and a second excluding `jdk-*` > > > > My preference is 1. > > I vote for 1. I will file a SKARA issue for reordering the backport branch > names. We currently aren't backporting to mainline so it shouldn't cause any > issues short term. Filed https://bugs.openjdk.org/browse/SKARA-2107. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16763#issuecomment-1821438406