Skip to content

fix: update ChilliCream license URL to new path after repo restructure - #3762

Merged
Anusha Kolan (anushakolan) merged 1 commit into
mainfrom
fix/chillicream-license-url
Aug 7, 2026
Merged

fix: update ChilliCream license URL to new path after repo restructure#3762
Anusha Kolan (anushakolan) merged 1 commit into
mainfrom
fix/chillicream-license-url

Conversation

@anushakolan

Copy link
Copy Markdown
Contributor

Why make this change?

  • Fixes a 404 in the notice-generation pipeline step "Add Additional Licenses to NOTICE file for Package".
  • ChilliCream restructured their graphql-platform repo and moved the license file from website/src/basic/licensing/chillicream-license.md to website/content/licensing/chillicream-license.md. The old URL no longer exists and returns a 404, causing the pipeline to fail.

What is this change?

  • One-line update in scripts/notice-generation.ps1: the $chiliCreamLicenseMetadataURL variable is updated to point to the new path website/content/licensing/chillicream-license.md on the main branch.
  • The license text itself (ChilliCream License 1.0) has not changed — only the path in the repo has moved.

How was this tested?

  • Manually verified the new URL returns the raw license text (not HTML) using Invoke-WebRequest.

Sample Request(s)

N/A — this is a pipeline script fix with no REST/GraphQL/CLI surface.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 $chiliCreamLicenseMetadataURL to the new website/content/... path on ChilliCream/graphql-platform.
  • Restore notice-generation pipeline stability by fixing the license source URL.

Comment thread scripts/notice-generation.ps1
@anushakolan
Anusha Kolan (anushakolan) merged commit 8842d08 into main Aug 7, 2026
17 checks passed
@anushakolan
Anusha Kolan (anushakolan) deleted the fix/chillicream-license-url branch August 7, 2026 00:57
@github-project-automation github-project-automation Bot moved this from Todo to Done in Data API builder Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Fix pipeline failure and RC release

5 participants