Skip to content

refactor!: multi-level snapshot comparison and config parser refactor #114

refactor!: multi-level snapshot comparison and config parser refactor

refactor!: multi-level snapshot comparison and config parser refactor #114

Workflow file for this run

# DESCRIPTION:
# A workflow used to verify if PR titles matches conventional commits strategy.
# END
name: Lint PR Title
run-name: "Lint PR - (#${{ github.event.number }}) ${{ github.event.pull_request.title }}"
permissions:
pull-requests: read
on:
pull_request_target:
types:
- opened
- edited
- ready_for_review
branches:
- main
jobs:
lint_pr_title:
name: Lint PR
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/lint_pr_title.yml@v1

Check failure on line 23 in .github/workflows/lint_pr_title.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint_pr_title.yml

Invalid workflow file

error parsing called workflow ".github/workflows/lint_pr_title.yml" -> "PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/lint_pr_title.yml@v1" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
if: github.actor != 'dependabot[bot]'