DEVX-166: Exclude docs/plans/* from PR size check #314

Merged
kireto merged 1 commits from DEVX-166-exclude-plans-from-pr-size into master 2026-08-26 18:10:35 +00:00
Owner

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

## 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
emil added 1 commit 2026-08-26 18:09:13 +00:00
fix: exclude docs/plans/* from PR size check
CI / validate (pull_request) Successful in 1m4s
CI / auto-merge (pull_request) Successful in 16s
025db98264
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
kireto left a comment
Member

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
kireto merged commit c00e9e3d7b into master 2026-08-26 18:10:35 +00:00
kireto deleted branch DEVX-166-exclude-plans-from-pr-size 2026-08-26 18:10:36 +00:00
Sign in to join this conversation.