Skip to content

Commit

Permalink
Update version of opinionated-commit-message in workflow
Browse files Browse the repository at this point in the history
Previously, we used an older version of 
[mristin/opinionated-commit-message] in our
`check_title_and_description` workflow, which lead
to erroneous failing of some PR pipelines. 

This updates our CI workflow to use the newest 
available version of this checker. 

Fixes #442


[mristin/opinionated-commit-message]: https://github.com/mristin/opinionated-commit-message
  • Loading branch information
s-heppner authored Dec 10, 2024
1 parent 04a1f04 commit 6a0a8c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@master

- name: Check the title and description of the pull request
uses: mristin/opinionated-commit-message@v3.0.0
uses: mristin/opinionated-commit-message@v3.1.1
with:
path-to-additional-verbs: .github/workflows/AdditionalVerbsInImperativeMood.txt

Expand Down

0 comments on commit 6a0a8c7

Please sign in to comment.