Skip to main content

Demo

How it works

Enable this automation in Automations > PR Title Check by defining a regular expression to validate Pull Request titles across your organization. When a PR is opened or updated, Sweetr posts a commit status check ([Sweetr] PR Title Check) with a success or error state. By default the check is non-blocking. To make it required, add branch protection rules in your repository that require the [Sweetr] PR Title Check status to pass before merging.

Benefits

Improves compliance

Standardize Pull Request titles across the organization.
^\[([A-Za-z]+-\d+)\]\s+.+$