Skip to content

feat: use a modal for the installation choices instead of a quick pick #74

feat: use a modal for the installation choices instead of a quick pick

feat: use a modal for the installation choices instead of a quick pick #74

name: Pull Request Lint
on:
pull_request:
branches: ["main"]
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
refactor
chore
requireScope: false