Exclude partners.json and publications.yaml from data artifact#748
Merged
richarddushime merged 1 commit intomasterfrom Apr 15, 2026
Merged
Exclude partners.json and publications.yaml from data artifact#748richarddushime merged 1 commit intomasterfrom
richarddushime merged 1 commit intomasterfrom
Conversation
These are hand-curated static files that should always be taken from the master branch checkout, not overwritten by the data-processing artifact on each deploy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
👍 All image files/references (if any) are in webp format, in line with our policy. |
Contributor
✅ Spell Check PassedNo spelling issues found when checking 1 changed file(s)! 🎉 |
Contributor
Author
|
✅ Staging Deployment Status This PR has been successfully deployed to staging as part of an aggregated deployment. Deployed at: 2026-04-15 19:50:27 UTC The staging site shows the combined state of all compatible open PRs. |
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
data/directory as an artifact, which the deploy workflow then overlays onto the master checkoutpartners.jsonandpublications.yamlwere silently overwritten on every deploy with the version from the last data-processing run — so edits to these files on master wouldn't go live until data-processing ran again!data/partners.jsonand!data/publications.yamlexclusions to the artifact upload, so the master-branch versions of these hand-curated files are always usedTest plan
partners.json/publications.yamlare absent from the artifact🤖 Generated with Claude Code