Commit Graph

5 Commits

Author SHA1 Message Date
Cal Corum
4dc8e042f8 ci: add verbose logging to auto-merge workflow for debugging
All checks were successful
Auto-merge docs-only PRs / auto-merge-docs (pull_request) Successful in 2s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 23:39:29 -05:00
Cal Corum
6bc95b5679 ci: use AUTO_MERGE_TOKEN secret for docs auto-merge
All checks were successful
Auto-merge docs-only PRs / auto-merge-docs (pull_request) Successful in 3s
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>
2026-03-18 23:37:07 -05:00
Cal Corum
1cfa56194a ci: fix auto-merge token and add error logging
All checks were successful
Auto-merge docs-only PRs / auto-merge-docs (pull_request) Successful in 2s
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>
2026-03-18 23:32:05 -05:00
Cal Corum
ef47f263f8 ci: add auto-merge workflow for docs-only PRs
All checks were successful
Auto-merge docs-only PRs / auto-merge-docs (pull_request) Successful in 3s
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>
2026-03-18 23:28:55 -05:00
Cal Corum
2900369fe0 ci: add Gitea Action to auto-reindex KB on markdown push
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>
2026-03-12 07:04:47 -05:00