Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Lint PR - (#232) fix(module/vmseries): Reuse of existing public IP for 1 NIC caused creating ephemeral IPs for other NICs #50

Lint PR - (#232) fix(module/vmseries): Reuse of existing public IP for 1 NIC caused creating ephemeral IPs for other NICs

Lint PR - (#232) fix(module/vmseries): Reuse of existing public IP for 1 NIC caused creating ephemeral IPs for other NICs #50

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
jobs:
lint_pr_title:
name: Lint PR
uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/lint_pr_title.yml@v1.3.0