Skip to content

chore(main): release 10.42.0 #328

chore(main): release 10.42.0

chore(main): release 10.42.0 #328

name: Ensure PR title has a valid prefix
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
branches:
- main
permissions:
read-all
jobs:
check:
name: Ensure PR title has a valid prefix
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
with:
disable-sudo: true
egress-policy: audit
- name: Check PR title
uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: .github/workflows/pr-title-checker-config.json