From 72cb369995b442a3a047dada42549049ea48b2dd Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Tue, 26 Sep 2023 12:34:01 +0200 Subject: [PATCH] Disable actions for mirror repos Signed-off-by: Thomas Neidhart --- otterdog/adoptium.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index 4e64a9e..866d5dd 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -16,7 +16,7 @@ local newMirrorRepo(repoName) = orgs.newRepo(repoName) { web_commit_signoff_required: false, description: "This repo is an unmodified mirror of source code obtained from 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 that is available at https://adoptium.net.", workflows+: { - default_workflow_permissions: "write", + enabled: false, }, };