From 01eed82938e0a96f9e07b27e57c379a4adf421da Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Wed, 25 Feb 2026 15:02:36 +0000 Subject: [PATCH] By default, repositories should have no license --- .github/workflows/apply-reuse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apply-reuse.yml b/.github/workflows/apply-reuse.yml index 6dffda6..8b04bf3 100644 --- a/.github/workflows/apply-reuse.yml +++ b/.github/workflows/apply-reuse.yml @@ -35,7 +35,7 @@ on: description: "The SPDX name of the license to use." type: string required: false - default: apache-2.0 + default: LicenseRef-NONE outputs: check-failed: description: "Whether the check applied by this workflow 'failed'."