Notion PR status sync action (TS rewrite)#68
Closed
vatsalpatel wants to merge 4 commits into
Closed
Conversation
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.
Rewrites the action to sync Notion Status from PR lifecycle events (replacing the old title-prefix + Make-webhook behaviors tied to the native integration that's being removed).
What it does
Draft/Open/Merged/Closed) and the linked issue's Status (opened→In PR,changes_requested→Fixes Required,merged→For QA — only when the last linked PR merges).[ISSUE-N]-in-body fallback. No title marker needed (conventional-commit safe).using: node20, ncc-bundleddist/.Also included
status/— standalone Python composite action (feature parity, separate).open-prskill +link_pr.py; OpenSpec changelink-pr-to-notion.mainto test~20 repos pin
notion-issue-sync@main, so merging flips the whole fleet at once. Test this from the branch ref first in a single repo:Only merge to
mainonce you're happy and ready to roll it out everywhere.Known: CI may be red
check-dist/build-teststill pin node16 and lint the removed inputs — cosmetic, doesn't affect the action (it runs from the committeddist/). Follow-up: bump those workflows to node20.🤖 Generated with Claude Code