feat(spec-drift): scheduled draft-PR opener + CI workflow (3/3)#11
Open
andrewyu47 wants to merge 1 commit into
Open
feat(spec-drift): scheduled draft-PR opener + CI workflow (3/3)#11andrewyu47 wants to merge 1 commit into
andrewyu47 wants to merge 1 commit into
Conversation
open_docs_stub_pr.py opens a draft PR in pinecone-io/docs from the diff of the two newest version snapshots. The spec-drift-detector.yaml workflow wires everything: PR mode comments the coverage checklist; scheduled (weekly)/manual mode opens the draft docs PR. Needs a DOCS_GITHUB_TOKEN secret for the scheduled half. Part of splitting #8 (3/3, stacked on 8b). Completes the stack -> equals #8. Co-authored-by: Cursor <cursoragent@cursor.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.
Part of splitting #8 into a reviewable stack. PR 3 of 3 — stacked on #10. Completing this stack is equivalent to the original #8.
.github/scripts/open_docs_stub_pr.py— scheduled/manual mode: diffs the two newest version snapshots and opens a draft PR inpinecone-io/docs..github/workflows/spec-drift-detector.yaml— wires it together: PR mode comments the coverage checklist; scheduled (weekly) / manual opens the draft docs PR.Before the scheduled half can run: add a
DOCS_GITHUB_TOKENrepo secret (PAT withreposcope onpinecone-io/docs). PR comments use the defaultGITHUB_TOKEN.Stack: #9 (engine) -> #10 (coverage) -> this.
Umbrella: #8
Made with Cursor