Skip to content

🌱 bump the all-github-actions group with 5 updates #7051

🌱 bump the all-github-actions group with 5 updates

🌱 bump the all-github-actions group with 5 updates #7051

Workflow file for this run

name: PR verify
on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
jobs:
verify:
runs-on: ubuntu-latest
name: verify PR contents
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # tag=v4.2.2
- name: Check if PR title is valid
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: |
./hack/verify-pr-title.sh "${PR_TITLE}"