Skip to content

Commit

Permalink
Eddit comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc committed May 1, 2024
1 parent 692a1ea commit 7163486
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7163486

Please sign in to comment.