This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Auto-merge whitelist routine PRs (DEC-008) | |
| # Срабатывает только на PR из веток с префиксом claude/* (routine-PR'ы из | |
| # Claude Code Routines, см. DEC-009). Прогоняет diff через DEC-008 whitelist | |
| # (tools/check-whitelist.py), ставит label, комментирует, при попадании в | |
| # whitelist — активирует GitHub auto-merge. | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened] |