Feature/agentic guidelines #60
Open
watchflow / Watchflow Rules
failed
Feb 28, 2026 in 0s
3 rule violations found
🚨 3 violations found: 3 medium
Details
Watchflow Rule Violations
🟡 Medium Severity (3)
Checks PR description (body) and title for a linked issue reference (e.g. #123, Fixes #123, Closes #456). Use when the rule requires issue refs in either field.
PR does not reference a linked issue (e.g. #123 or closes #123 in body/title)
How to fix: Add an issue reference in the PR title or description (e.g. Fixes #123).
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 (1209 > 500)
How to fix: Reduce the size of this PR to at most 500 lines changed (additions + deletions).
Validates if the PR title matches a specific pattern
PR title 'Feature/agentic guidelines' does not match required pattern '^feat|^fix|^docs|^style|^refactor|^test|^chore|^perf|^ci|^build|^revert'
How to fix: Update the PR title to match the pattern: ^feat|^fix|^docs|^style|^refactor|^test|^chore|^perf|^ci|^build|^revert
💡 To configure rules, edit the .watchflow/rules.yaml file in this repository.
Loading