From 7163486672aeea3f8eb3cfdd90d92a50110873bf Mon Sep 17 00:00:00 2001 From: Dan Mills <52407433+daniel-mills-cqc@users.noreply.github.com> Date: Wed, 1 May 2024 15:25:05 +0100 Subject: [PATCH] Eddit comments --- .github/workflows/pr-title.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 59227da7..dc6fca39 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -12,8 +12,6 @@ jobs: main: name: Validate Conventional Commit PR title runs-on: ubuntu-latest - # The action does not support running on merge_group events, - # but if the check succeeds in the PR there is no need to check it again. steps: - uses: amannn/action-semantic-pull-request@v5 id: lint_pr_title @@ -58,7 +56,7 @@ jobs: # doesn't start with an uppercase character. # If the PR contains one of these newline-delimited labels, the # validation is skipped. If you want to rerun the validation when - # labels change, you might want to use the `labeled` and `unlabeled` + # labels change, you might want to use the `labelled` and `unlabelled` # event triggers in your workflow. ignoreLabels: | ignore-semantic-pull-request