diff --git a/.github/workflows/semantic-commit-message-check.yaml b/.github/workflows/semantic-commit-message-check.yaml index 096c8b1..ede1af4 100644 --- a/.github/workflows/semantic-commit-message-check.yaml +++ b/.github/workflows/semantic-commit-message-check.yaml @@ -12,7 +12,7 @@ jobs: - name: Check valid types uses: gsactions/commit-message-checker@v1 with: - pattern: '^(((fix|feat|docs|style|perf|refactor|test|build|chore|ci|revert)\([\w_-]+\)))?!?: .*' + pattern: '^(fix|feat|docs|style|perf|refactor|test|build|chore|ci|revert)(\([\w_-]+\))?!?: .*' error: 'Your commit message should match one of these types (build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test) in header.' excludeDescription: 'true' excludeTitle: 'true' diff --git a/README.md b/README.md index 17ce501..2a931e2 100644 --- a/README.md +++ b/README.md @@ -368,4 +368,4 @@ e.g: [ecs]: https://www.elastic.co/guide/en/ecs/current/index.html -[openid]: https://github.com/dexidp/dex +[openid]: https://github.com/dexidp/dex \ No newline at end of file