Skip to content

feat: List local and imported variables in the policy with InspectPolicies #4180

feat: List local and imported variables in the policy with InspectPolicies

feat: List local and imported variables in the policy with InspectPolicies #4180

Workflow file for this run

---
name: "Conventional Commits"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
docs
enhancement
feat
fix
revert
requireScope: false
subjectPattern: '^[A-Z].+$'
subjectPatternError: |
Subject "{subject}" does not start with an uppercase letter