Skip to content

Commit

Permalink
update pr semantic PR title rules
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Nov 10, 2024
1 parent d960bee commit 80dae09
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/semantic_pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
- synchronize
- ready_for_review

env:
AIRBYTE_ANALYTICS_ID: ${{ vars.AIRBYTE_ANALYTICS_ID }}

permissions:
pull-requests: read

Expand All @@ -27,12 +24,19 @@ jobs:
# Configure which types are allowed (newline-delimited).
# See: https://github.com/commitizen/conventional-commit-types/blob/master/index.json
types: |
fix
Fix
feat
Feat
docs
Docs
ci
CI
chore
Chore
build
Build
test
Test
# # We don't use scopes as of now
Expand All @@ -46,5 +50,5 @@ jobs:
# The variables `subject` and `title` can be used within the message.
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
start with an uppercase character.
didn't match the configured pattern. Please check the title against
the naming rules.

0 comments on commit 80dae09

Please sign in to comment.