Update PR title check message #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pr_checks: | |
title: | |
- name: 'prefix_check' | |
regex: '^(?i)(fix|feat|test|chore|refactor|build):' | |
message_if_not_matching: 'PR title must start with "fix:", "feat:", "chore:", "refactor:", or "test:" (case-insensitive)' | |
description: | |
- name: 'clickup_check' | |
regex: '(?i)app.clickup.com' | |
message_if_not_matching: 'PR description must contain a link to a ClickUp (case-insensitive)' |