Skip to content

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

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

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

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@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
disable-sudo: true
egress-policy: audit
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check PR title
uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
local_configuration_path: .github/workflows/pr-title-checker-config.json