diff --git a/.github/workflows/commit_lint.yml b/.github/workflows/commit_lint.yml index 0f78fca703..323edfbe9e 100644 --- a/.github/workflows/commit_lint.yml +++ b/.github/workflows/commit_lint.yml @@ -55,7 +55,7 @@ jobs: with: header: commit-message-lint-error message: | - We require commits to follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) + Commits must follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) Please fix these commit messages: ``` ${{ env.error_message }} diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index a6e64c6a9a..22e00cbd8d 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -25,7 +25,7 @@ jobs: with: header: pr-title-lint-error message: | - Pull request titles and commits must follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) + Pull requests titles must follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) Details: ```