diff --git a/.github/workflows/pr-checks-config.yml b/.github/workflows/pr-checks-config.yml new file mode 100644 index 0000000..69a9dd0 --- /dev/null +++ b/.github/workflows/pr-checks-config.yml @@ -0,0 +1,5 @@ +pr_checks: + title: + - name: 'prefix_check' + regex: '^(fix|feature):' + message_if_not_matching: 'PR title must start with "fix:" or "feature:"'