Skip to content

chore(renovate): migrate to standard renovate config [CIA-611] #3122

chore(renovate): migrate to standard renovate config [CIA-611]

chore(renovate): migrate to standard renovate config [CIA-611] #3122

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@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Ensure PR Title is Semantic
run: |
npm ci
npx @coveo/is-pr-title-semantic