Skip to content

Commit

Permalink
Disable actions for mirror repos
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Sep 26, 2023
1 parent 8d0b446 commit 72cb369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otterdog/adoptium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit 72cb369

Please sign in to comment.