Skip to content

CCM-17525: Use child repo grype.yaml #243

CCM-17525: Use child repo grype.yaml

CCM-17525: Use child repo grype.yaml #243

name: "4. PR Title Check"
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- main
permissions:
contents: read
jobs:
check-pr-title:
name: "Check PR title"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: "Check PR title format"
uses: ./.github/actions/check-pr-title-format
with:
title: ${{ github.event.pull_request.title }}