Skip to content

Commit

Permalink
Add GitHub PR Checks Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek1234321 committed Aug 13, 2024
1 parent 87e45d3 commit 7188ed6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pr_checks_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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)'

0 comments on commit 7188ed6

Please sign in to comment.