Skip to content

fix(ci): add --repo flag to gh commands in auto-merge workflow #360

fix(ci): add --repo flag to gh commands in auto-merge workflow

fix(ci): add --repo flag to gh commands in auto-merge workflow #360

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