You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Uses `copilotkit-devops-bot` token (via
`actions/create-github-app-token`) to create PR, push branch, and merge
- Bot is a bypass actor on `PROTECT_OUR_MAIN` ruleset — can merge
without review approval
- `gh pr merge --merge` (immediate) instead of `--auto` — no manual
intervention needed
- Fully automated: docs change on main → sync → PR → merge → Slack
notification
## What changed
- Added `actions/create-github-app-token@v1` step to generate bot token
- Git remote URL overridden with bot token for push
- PR created and merged by bot in a single step
- Slack says "auto-merged" not "needs approval"
## Test plan
- [ ] Retrigger docs sync, verify PR is created AND merged automatically
- [ ] Verify Slack notification says "auto-merged"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments