Skip to content

Commit 4c16d05

Browse files
authored
ci: allow any scope when creating PR (#678)
1 parent 5951b60 commit 4c16d05

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,8 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
with:
20-
scopes: |
21-
realtime
22-
auth
23-
storage
24-
functions
25-
postgrest
2620
subjectPattern: ^(?![A-Z]).+$
2721
subjectPatternError: |
2822
The subject "{subject}" found in the pull request title "{title}"
2923
didn't match the configured pattern. Please ensure that the subject
30-
doesn't start with an uppercase character.
24+
doesn't start with an uppercase character.

0 commit comments

Comments
 (0)