Skip to content

chore(deps): Bump the nuget-agent group with 3 updates #281

chore(deps): Bump the nuget-agent group with 3 updates

chore(deps): Bump the nuget-agent group with 3 updates #281

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@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
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