Skip to content

feat(POM-222): add integration tests infra #191

feat(POM-222): add integration tests infra

feat(POM-222): add integration tests infra #191

name: Conventions
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
verify-pr-title:
name: Verify Pull Request Title
runs-on: ubuntu-latest
steps:
- name: Validate Pull Request title
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
.+
requireScope: true