From f42b794ee16801d57fe29575b482a0fcefb2cfb6 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 25 Sep 2023 16:37:48 +0200 Subject: [PATCH] Update otterdog/adoptium.jsonnet Co-authored-by: Tim Ellison Signed-off-by: Thomas Neidhart --- otterdog/adoptium.jsonnet | 1 + 1 file changed, 1 insertion(+) diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index ccf4504..59369a1 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -12,6 +12,7 @@ local newMirrorRepo(repoName) = orgs.newRepo(repoName) { secret_scanning: "disabled", secret_scanning_push_protection: "disabled", web_commit_signoff_required: false, + description: "This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version of the code that is available at https://adoptium.net.", }; orgs.newOrg('adoptium') {