From b8d05454dce13c06579ee377a49c3431c21159cc Mon Sep 17 00:00:00 2001 From: Ben Hodgson <189707+benhodgson87@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:00:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9171bd1..db1ac35 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # conventional-pull-request-action -A Github Action that enforces the [conventional commit spec](https://www.conventionalcommits.org/en/v1.0.0/#specification) on pull request titles, whilst allowing for linting of scopes to be applied, for example to enforce the use of ticket numbers from issue and project management tracker. +A Github Action that enforces the [conventional commit spec](https://www.conventionalcommits.org/en/v1.0.0/#specification) on pull request titles, whilst allowing for linting of scopes to be applied, for example to enforce the use of ticket numbers from issue trackers and project management tools. Forked from, and heavily based on, Conde Nast's [conventional-pull-request-action](https://github.com/CondeNast/conventional-pull-request-action).