summaryrefslogtreecommitdiff
path: root/scripts/pr_quality
AgeCommit message (Collapse)Author
2026-07-24Improved wording in PR quality check messages.Natalia
2026-07-16Fixed #37093 -- Clarified pull request instructions and adjusted error messages.Stephanie
The intention is to reduce the perceived harshness of error messages so that they look more like just a friendly list of things in your PR to fix, especially for new contributors.
2026-06-02Made PR quality check require tickets for new contributors.Jacob Walls
Agents are already abusing the exception for small pull requests by mixing in unrelated typo fixes with their code changes for unreviewed tickets and removing mention of said ticket.
2026-05-06Replaced old PR quality comments when writing new ones.Jacob Walls
2026-04-19Fixed #37046 -- Allowed Ready for checkin Trac status in PR checks.varunkasyap
2026-04-16Added automated quality checks for PRs as a GitHub Actions workflow.Natalia
This work adds automated PR quality checks as a GitHub Actions workflow to enforce contribution requirements consistently and reduce the manual burden on reviewers for incoming PRs. Thanks to the many reviewers providing meaningful feedback. Co-authored-by: Frank Wiles <frank@revsys.com>