RFR: 1538: Allow regex patterns in fixversions and altfixversions in the notifier
Magnus Ihse Bursie
ihse at openjdk.org
Tue Nov 8 09:22:42 UTC 2022
On Wed, 2 Nov 2022 22:44:07 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> This patch adds support for regex patterns when specifying fixVersions and altFixVersions in the IssueNotifier. For fixVersions, the branch name can now be a regex pattern and for the altFixVersions, both the branch name as well as the version strings in the array can all be regex patterns. Having this flexibility will enable us to construct much more static configurations for certain repositories, that don't need manual updating each time we fork or branch a new release.
Looks good to me.
-------------
Marked as reviewed by ihse (Reviewer).
PR: https://git.openjdk.org/skara/pull/1414
More information about the skara-dev
mailing list