Document license check requirement for repository publishing#687
Open
ludeeus wants to merge 4 commits into
Open
Document license check requirement for repository publishing#687ludeeus wants to merge 4 commits into
ludeeus wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the publishing documentation to describe a new repository validation requirement: a license check that ensures a repository has a recognizable open source license before it can be published.
Changes:
- Added a new “Check license” section to the default repository inclusion checks documentation.
- Added a
licenseentry to the “Ignorable checks” reference table for the GitHub Action, linking to the new section.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| source/docs/publish/include.md | Documents the new “Check license” requirement and its expected failure conditions. |
| source/docs/publish/action.md | Adds license to the action’s ignorable checks table and links to the new documentation section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6 tasks
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ludeeus
marked this pull request as ready for review
July 3, 2026 19:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added documentation for a new license check requirement that validates repositories have a recognized open source license before publishing.
Changes
include.md: Added new "Check license" section documenting the license validation requirement
LICENSEfile at the repository rootaction.md: Added
licensecheck to the validation checks reference tableDetails
The license check ensures that repositories declare a valid, recognizable open source license that GitHub can automatically detect. This is a requirement for publishing and helps maintain consistency and clarity around licensing across published repositories.
Action change: hacs/integration#5343
Closes hacs/integration#5366
https://claude.ai/code/session_01XzRMbAxU1FsAQ6yHD1a1kr