Skip to content
name: '3 [on_pr] Check PR title format'

Check failure on line 1 in .github/workflows/dev_on_pull_request_title_checker.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev_on_pull_request_title_checker.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: job_status
on:
pull_request:
branches: [master]
types:
- opened
- edited
- synchronize
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: '^(\((PC-[0-9]+|BSR)\) )?(build|lint|ci|docs|feat|fix|perf|refactor|test|chore)\(\w+\): \w+'
job_status:
if: ${{ always() }}
needs: check
run: echo ${{steps.web_proxy_deploy.outputs.status}}