Skip to content

feat(FIR-36505): add where clause to copy from #506

feat(FIR-36505): add where clause to copy from

feat(FIR-36505): add where clause to copy from #506

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
jobs:
code-checkers:
uses: ./.github/workflows/code-check.yml
check-title:
runs-on: ubuntu-latest
steps:
- name: Check title name convention
uses: jef/conventional-commits-pr-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}