Skip to content

fix(transfer): changed to heredoc, added comments and test case #81

fix(transfer): changed to heredoc, added comments and test case

fix(transfer): changed to heredoc, added comments and test case #81

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
if: github.repository == 'rhysmcneill/ssmctl'
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
refactor
test
chore
perf
style
ci
release
infra
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: |
The subject "{subject}" must start with a lowercase letter.