Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Dec 5, 2024
1 parent 458206c commit 55786ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 55786ed

Please sign in to comment.