Skip to content

feat: increase batch size to 256MB and add configurable batching with runtime system property #3427

feat: increase batch size to 256MB and add configurable batching with runtime system property

feat: increase batch size to 256MB and add configurable batching with runtime system property #3427

name: PrTitleSemanticLint
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize, reopened]
jobs:
Lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Ensure PR Title is Semantic
run: |
npm ci
npx @coveo/is-pr-title-semantic