ci: sync shared check-upstream.sh (sibling release-note links) - #19
Merged
Conversation
No behavioural change here - this manifest has no rows with the new optional source column - keeping the checker verbatim with the family per build/upstream.tsv's contract. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The parents pin these packages by exact version and would otherwise learn about a release from their daily upstream-drift check the next morning. release.yml's new final job calls notify-parents.yml, which runs build/notify-parents.sh over build/parents.tsv: one issue per pinning repository, linking the release and its notes; an open issue asking for an older version is commented and retitled instead of duplicated, and prerelease tags notify nobody. Cross-repository issues cannot be written with GITHUB_TOKEN, so the job authenticates with PARENT_ISSUE_PAT (fine-grained, Issues read/write on the parent repositories only) and reports itself skipped while that secret does not exist - releases never depend on it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The exact-title check used `gh issue list --search`, which rides the search index - eventually consistent, so an issue filed seconds earlier is invisible to it and a re-run files a duplicate (measured on a live double-run, not theorised). The list endpoint is read-your-writes; the title prefix match moves client-side. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
No behavioural change here - this manifest has no rows with the new optional source column - keeping the checker verbatim with the family per build/upstream.tsv's contract.