Lint PR - (#159) fix(firewall_proxy/is_panorama_connected): Added fix for panorama check for FWs in version PAN-OS 11 or later #107
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
if: github.actor != 'dependabot[bot]' |