Planning docs in docs/plans/ are legitimately large (700+ lines) but fail the PR size check (max 500 lines). This blocks PRs that only add planning documents.
Fix
Add docs/plans/* to DEFAULT_EXCLUDED_PATTERNS in check_pr_size.py.
Closes DEVX-166
## Summary
Planning docs in `docs/plans/` are legitimately large (700+ lines) but fail the PR size check (max 500 lines). This blocks PRs that only add planning documents.
### Fix
Add `docs/plans/*` to `DEFAULT_EXCLUDED_PATTERNS` in `check_pr_size.py`.
Closes DEVX-166
Planning docs are legitimately large (700+ lines) but should not fail
the PR size gate. Add docs/plans/* to DEFAULT_EXCLUDED_PATTERNS.
Implements: DEVX-166
Generated with [Devin](https://devin.ai)
Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
kireto
approved these changes 2026-08-26 18:10:31 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Planning docs in
docs/plans/are legitimately large (700+ lines) but fail the PR size check (max 500 lines). This blocks PRs that only add planning documents.Fix
Add
docs/plans/*toDEFAULT_EXCLUDED_PATTERNSincheck_pr_size.py.Closes DEVX-166
Auto-approved: all CI checks passed (validate job).