Skip to content

chore(fix-snapshot-importer-ssh-timeout): Add TCP keep alive and server alive interval flags to snapshot_tool SSH command | NPG-0000 #1639

chore(fix-snapshot-importer-ssh-timeout): Add TCP keep alive and server alive interval flags to snapshot_tool SSH command | NPG-0000

chore(fix-snapshot-importer-ssh-timeout): Add TCP keep alive and server alive interval flags to snapshot_tool SSH command | NPG-0000 #1639

name: "PR Title is Conventional and has a Jira Issue ID"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
statuses: write
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(?:feat|fix|docs|style|refactor|test|chore|build|ci|perf|revert)(?:\(.+\))?:\s.+(\s\|\s)(NPG-\d+)$'
github_token: ${{ github.token }}