Skip to content

ci(notify-docs): dispatch the docs sync on release only - #89

Merged
dspangen merged 2 commits into
mainfrom
ci/notify-docs-paths
Aug 28, 2026
Merged

ci(notify-docs): dispatch the docs sync on release only#89
dspangen merged 2 commits into
mainfrom
ci/notify-docs-paths

Conversation

@ernestoongaro

@ernestoongaro ernestoongaro commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

Drops the push: main trigger from notify-docs.yml so the docs sync runs only on a published release. The receiver (mintlify-omni/sync-upstream-docs.yml) already diffs previous tag..release tag and reads the release notes, so one dispatch per release carries every change since the last one; per-merge pushes only produced a docs PR per merge (and, this week, a run per CLAUDE.md edit).

Note: the workflow has failed on every run since April with "Repository not found, OR token has insufficient permissions"DOCS_REPO_TOKEN (set 2026-04-09) needs rotating before any trigger change matters. This PR doesn't fix that.

Companion PR in mintlify-omni (exploreomni/mintlify-omni#2118) points the sync prompt at developers/cli/*.mdx.

🤖 Generated with Claude Code

https://claude.ai/code/session_01Ei8UYaG1bW5PJhk93EaqzA

ernestoongaro and others added 2 commits August 28, 2026 15:25
…t only prose

A push that adds a flag or rewrites help text (cmd/, internal/openapi/,
api/openapi.json) changes what docs.omni.co/developers/cli/commands should
say, but the workflow only fired on *.md edits, so most CLI changes never
reached the docs repo. Tests are excluded since they never alter the surface.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ei8UYaG1bW5PJhk93EaqzA
Drop the push trigger: the receiver already diffs previous tag..release
tag, so a single dispatch per release carries every change since the last
one, and per-merge pushes only produced a docs PR per merge.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ei8UYaG1bW5PJhk93EaqzA
@ernestoongaro ernestoongaro changed the title ci(notify-docs): trigger the docs sync on command-surface changes ci(notify-docs): dispatch the docs sync on release only Aug 28, 2026
@dspangen
dspangen merged commit 2373efd into main Aug 28, 2026
2 checks passed
@dspangen
dspangen deleted the ci/notify-docs-paths branch August 28, 2026 15: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.

2 participants