Integrated: 1715: Configure custom default security level for new backport issues in notifier
Erik Joelsson
erikj at openjdk.org
Thu Jan 19 19:41:23 UTC 2023
On Thu, 15 Dec 2022 22:12:29 GMT, Erik Joelsson <erikj at openjdk.org> wrote:
> This patch makes it possible to configure a default security level to use for any newly created backport in the IssueNotifier. The configuration is done per repository and branch, with a regex for matching branch names. This is what it would look like in the bot configuration.
>
>
> "issue": {
> "project": "bugs/JDK",
> "fixversions": {},
> "buildname": "master",
> "headversion": true,
> "defaultsecurity": { // <- new
> "jdk.*": "10000",
> }
> }
>
>
> If the parent bug already has a security level, then that is inherited, just like today, otherwise this new default value is used.
This pull request has now been integrated.
Changeset: bbb8690b
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.org/skara/commit/bbb8690b86d663b91beb8db9a713c31692aac5d7
Stats: 136 lines in 6 files changed: 125 ins; 0 del; 11 mod
1715: Configure custom default security level for new backport issues in notifier
Reviewed-by: zsong, ihse
-------------
PR: https://git.openjdk.org/skara/pull/1445
More information about the skara-dev
mailing list