Skip to content

chore(deps): bump pytest from 8.3.3 to 9.0.0 #43

chore(deps): bump pytest from 8.3.3 to 9.0.0

chore(deps): bump pytest from 8.3.3 to 9.0.0 #43

Workflow file for this run

name: Check PR Title
on:
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'edited', 'synchronize']
jobs:
check_pr_title:
name: Check PR title
runs-on: [self-hosted, Linux, X64]
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
egress-policy: audit
- name: Check PR title
uses: rudderlabs/github-action-check-pr-title@0a83071336f7d6417249629f67a64530fcecda2e # v1.0.11