Skip to content

Commit

Permalink
ci: allow any scope when creating PR (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Feb 25, 2025
1 parent 5951b60 commit 4c16d05
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
realtime
auth
storage
functions
postgrest
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
doesn't start with an uppercase character.

0 comments on commit 4c16d05

Please sign in to comment.