Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/apply-reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines 35 to +38

Copilot AI Feb 25, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The input description says this should be an SPDX license identifier, but LicenseRef-NONE is a custom LicenseRef-* (and typically requires a corresponding license text under LICENSES/ for REUSE compliance). If the intent is truly “no license”, consider using an SPDX-supported sentinel like NONE/NOASSERTION (if supported by the underlying reuse tool) or update the workflow/action to support omitting the --license flag entirely; otherwise update the description to indicate a full SPDX license expression (including LicenseRef-*) and ensure downstream REUSE lint won’t fail due to a missing license text.

Copilot uses AI. Check for mistakes.
outputs:
check-failed:
description: "Whether the check applied by this workflow 'failed'."
Expand Down