Skip to content

fix: sdk-5210 correct ios release workflows #81

fix: sdk-5210 correct ios release workflows

fix: sdk-5210 correct ios release workflows #81

Workflow file for this run

name: Check PR title
on:
pull_request:
branches: ['master']
types: ['opened', 'reopened', 'edited', 'synchronize']
permissions:
contents: read
jobs:
check_pr_title:
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- name: Checkout source branch
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Check PR title
uses: rudderlabs/github-action-check-pr-title@29308e12984bdb3f3dcf8dcec3308f4f4652529c # v1.0.7