Skip to content

🐛 Fix restmapper cache invalidation when version is not provided #5781

🐛 Fix restmapper cache invalidation when version is not provided

🐛 Fix restmapper cache invalidation when version is not provided #5781

Workflow file for this run

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