The built-in github.token lacks write permission to push to main.
Use a dedicated token stored as a repo secret instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Switch to github.token, add verbose merge error output, and
fallback to rebase merge strategy if standard merge fails.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Automatically approves and merges PRs to main when all changed
files are markdown (.md), reducing manual review overhead for
documentation updates.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
When .md files are pushed to main, the workflow sends an HMAC-signed
POST to the md-kb-rag webhook on manticore, which triggers git pull
+ incremental re-index of the knowledge base.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>