Skip to content

chore: bump accelerate from 0.27.2 to 0.30.1 in /presets/tuning/tfs #2167

chore: bump accelerate from 0.27.2 to 0.30.1 in /presets/tuning/tfs

chore: bump accelerate from 0.27.2 to 0.30.1 in /presets/tuning/tfs #2167

Workflow file for this run

name: pr Title Checker
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: true
configuration_path: ".github/pr-title-config.json"