Skip to content

CCM-9336: Bump actions/checkout from 4.2.2 to 6.0.2 #20

CCM-9336: Bump actions/checkout from 4.2.2 to 6.0.2

CCM-9336: Bump actions/checkout from 4.2.2 to 6.0.2 #20

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
- name: "Check PR title format"
uses: ./.github/actions/check-pr-title-format
with:
title: ${{ github.event.pull_request.title }}