nestjs-http-promise/.github/workflows/commit-lint.yml
dependabot[bot] d1864c603c
ci(action): bump ahmadnassri/action-conventional-commit-lint
Bumps [ahmadnassri/action-conventional-commit-lint](https://github.com/ahmadnassri/action-conventional-commit-lint) from 2.1.14 to 2.1.15.
- [Release notes](https://github.com/ahmadnassri/action-conventional-commit-lint/releases)
- [Commits](https://github.com/ahmadnassri/action-conventional-commit-lint/compare/v2.1.14...v2.1.15)

---
updated-dependencies:
- dependency-name: ahmadnassri/action-conventional-commit-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-01 21:59:53 +00:00

21 lines
620 B
YAML

name: commit-lint
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
commit-lint:
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Commit lint
# Dependabot sometimes makes some really long commit messages and I can't stop it
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
uses: ahmadnassri/action-conventional-commit-lint@v2.1.15
with:
token: ${{ github.token }}