From 55786edf01323a149ad389256d397c56b9c86ab1 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 5 Dec 2024 10:36:30 -0400 Subject: [PATCH] test3 --- .github/workflows/commit_lint.yml | 2 +- .github/workflows/pr_lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: ```