Skip to content

Commit

Permalink
Merge pull request #216 from smutel/UpdateConventionalPr
Browse files Browse the repository at this point in the history
ci: Check title of PR / commit msg
  • Loading branch information
smutel authored Aug 11, 2023
2 parents c1381e0 + c7e69a6 commit 27c4966
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
access_token: ${{ secrets.github_token }}
close: false
strict: false
title_pattern: '([fix|enh|feat|ci|chore|docs\-]+)(\([\w\-]+\))?!?: [A-Z][\w\s:\-]+'
commit_pattern: '([fix|enh|feat|ci|chore|docs\-]+)(\([\w\-]+\))?!?: [A-Z][\w\s:\-]+'

- name: Checkout
uses: actions/checkout@v3.5.3
Expand Down

0 comments on commit 27c4966

Please sign in to comment.