Skip to content

fix(caserycrogers): export CharlatanResponseBuilder (MINOR) #42

fix(caserycrogers): export CharlatanResponseBuilder (MINOR)

fix(caserycrogers): export CharlatanResponseBuilder (MINOR) #42

Workflow file for this run

name: Semantic PR
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 #v5.2.0
with:
types: |
feat
fix
docs
style
refactor
test
ci
chore
subjectPattern: .*\(MINOR\)$|.*\(MAJOR\)$|.*\(NOBUMP\)$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}" didn't match the configured pattern. Please ensure that the subject ends with one of `(MINOR)`, `(MAJOR)`, or `(NOBUMP)`. This supports our automated versioning and release pipelines.
env:
GITHUB_TOKEN: ${{ github.token }}