From ed11036ccf710059a6ff737b75e3454809030b90 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Sat, 15 Aug 2020 16:03:21 +0700 Subject: [PATCH] Allow long URLs in commit messages (#53) Updated to the latest version of the commit message checker which contains [this new feature][1] Closes #15 [1]: https://github.com/mristin/opinionated-commit-message/issues/59 --- .github/workflows/check-commit-message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-commit-message.yml b/.github/workflows/check-commit-message.yml index 48392ce..a5977e8 100644 --- a/.github/workflows/check-commit-message.yml +++ b/.github/workflows/check-commit-message.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check - uses: mristin/opinionated-commit-message@v2.1.0 + uses: mristin/opinionated-commit-message@v2.1.2 with: allow-one-liners: 'true'