Skip to content

feat: add conditional rule logic via <code>when:</code> block (issue #73, PR 1/3)#75

Open
codesensei-tushar wants to merge 9 commits into
warestack:mainfrom
codesensei-tushar:feat/first-time-contributor-rules
Open

feat: add conditional rule logic via <code>when:</code> block (issue #73, PR 1/3)#75
codesensei-tushar wants to merge 9 commits into
warestack:mainfrom
codesensei-tushar:feat/first-time-contributor-rules

chore(rules): TODO to swap fnmatch for pathspec gitwildmatch

8251dc8
Select commit
Loading
Failed to load commit list.
watchflow / Watchflow Rules failed Apr 20, 2026 in 0s

1 rule violations found

🚨 1 violations found: 1 medium

Details

Watchflow Rule Violations

🟡 Medium Severity (1)

Validates that total lines changed (additions + deletions) in a PR do not exceed a maximum; enforces a maximum LOC per pull request.

Pull request exceeds maximum lines changed (753 > 500)
How to fix: Reduce the size of this PR to at most 500 lines changed (additions + deletions).


💡 To configure rules, edit the .watchflow/rules.yaml file in this repository.