Skip to content

fix: post setup awareness once on PR open - #76

Merged
dkargatzis merged 2 commits into
mainfrom
fix/one-time-pr-setup-awareness
Jul 13, 2026
Merged

fix: post setup awareness once on PR open#76
dkargatzis merged 2 commits into
mainfrom
fix/one-time-pr-setup-awareness

fix: reduce violation comment noise with regression alerts

43959a4
Select commit
Loading
Failed to load commit list.
watchflow / Watchflow Rules failed Jul 13, 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 (1090 > 500)
How to fix: Reduce the size of this PR to at most 500 lines changed (additions + deletions).

Ensures PRs that modify source code also include a CHANGELOG or .changeset addition.

Source code was modified without a corresponding CHANGELOG update.
How to fix: Add an entry to CHANGELOG.md or generate a new .changeset file describing your changes.


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