Skip to content

build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 #1010

build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8

build(deps): bump actions/download-artifact from 4.1.7 to 4.1.8 #1010

name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
# Pinned to commit for 1.4.0
- uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"