Skip to content

Commit 6e3d81f

Browse files
committed
address review feedback
1 parent bf22abe commit 6e3d81f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr_naming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
- name: PR Conventional Commit Validation
1212
uses: ytanikin/[email protected]
1313
with:
14-
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
14+
task_types: '["build","chore","ci","docs","feat","fix","perf","refactor","revert","test"]'
1515
add_label: 'false'

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ repo.
8181
Your pull request should be named according to the
8282
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard. This ensures that
8383
when the PR is squashed into `main`, the resulting commit message is consistent and makes it easier
84-
for us to generate a changelog standard. This ensures that
85-
when the PR is squashed into `main`, the resulting commit message is consistent and makes it easier
86-
for us to generate a changelog.
84+
for us to generate a changelog standard.
8785

8886
> **Note**
8987
> It is recommended to run [pre-commit script](scripts/precommit.sh) to catch any issues locally.

0 commit comments

Comments
 (0)