Skip to content

fix(cli): find public policy after migration from 10.x to 11.x #117

fix(cli): find public policy after migration from 10.x to 11.x

fix(cli): find public policy after migration from 10.x to 11.x #117

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}