fix: update ChilliCream license URL to new path after repo restructure - #3762
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the ChilliCream license download URL used by the NOTICE generation script to fix a pipeline failure caused by a 404 after an upstream repo restructure.
Changes:
- Update
$chiliCreamLicenseMetadataURLto the newwebsite/content/...path onChilliCream/graphql-platform. - Restore notice-generation pipeline stability by fixing the license source URL.
Aniruddh Munde (Aniruddh25)
approved these changes
Aug 6, 2026
aaronburtle
approved these changes
Aug 7, 2026
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.
Why make this change?
graphql-platformrepo and moved the license file fromwebsite/src/basic/licensing/chillicream-license.mdtowebsite/content/licensing/chillicream-license.md. The old URL no longer exists and returns a 404, causing the pipeline to fail.What is this change?
scripts/notice-generation.ps1: the$chiliCreamLicenseMetadataURLvariable is updated to point to the new pathwebsite/content/licensing/chillicream-license.mdon themainbranch.ChilliCream License 1.0) has not changed — only the path in the repo has moved.How was this tested?
Invoke-WebRequest.Sample Request(s)
N/A — this is a pipeline script fix with no REST/GraphQL/CLI surface.