Skip to content

feat: add a check if customer is having a package that we use in sdk #5

feat: add a check if customer is having a package that we use in sdk

feat: add a check if customer is having a package that we use in sdk #5

name: pull-request-lint
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
chore
build
ci
docs
style
refactor
perf
test
requireScope: false