Skip to content

fix(ENG-12470): update inline docs to match implementation, scope Tier 2 to Tier 1 risky fields by default #161

fix(ENG-12470): update inline docs to match implementation, scope Tier 2 to Tier 1 risky fields by default

fix(ENG-12470): update inline docs to match implementation, scope Tier 2 to Tier 1 risky fields by default #161

name: "Check PR title"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
scopes: |
^[A-Z]{3}-\d+
deps
deps-dev
workflow
release
main
requireScope: true
ignoreLabels: |
autorelease: pending
dependencies