Skip to content

ci(verify): open promotion PRs against TechAPI develop - #50

Merged
Seungpyo1007 merged 1 commit into
mainfrom
chore/promote-pr-to-develop
Aug 3, 2026
Merged

ci(verify): open promotion PRs against TechAPI develop#50
Seungpyo1007 merged 1 commit into
mainfrom
chore/promote-pr-to-develop

Conversation

@Seungpyo1007

Copy link
Copy Markdown
Member

What

TechAPI has adopted git-flow (TechAPI#141): main is the released state that publishes the site and triggers the engine handshake, develop is where integration lands. The verified-promotion bot writes data into TechAPI, so it belongs on develop.

  • gh pr create --base main--base develop
  • the TechAPI checkout now pins ref: develop

Both are needed together. Targeting develop while still branching from main would cut the bot branch from behind whatever is already integrated, and the PR would drag those unrelated commits in with it.

Nothing else changes: promotions still run on the weekly schedule, still write only verified flags, and still open a human-gated PR.

YAML parses.

TechAPI has adopted git-flow (GetTechAPI/TechAPI#141): main is the released
state that publishes the site, develop is where integration lands. The
promotion bot writes data, so it belongs on develop.

Checks out TechAPI at develop as well as targeting it — cutting the bot branch
from main would place it behind whatever is already integrated, and the
resulting PR would drag those commits along.
@Seungpyo1007
Seungpyo1007 merged commit 28e836e into main Aug 3, 2026
1 check passed
@Seungpyo1007
Seungpyo1007 deleted the chore/promote-pr-to-develop branch August 3, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant