Skip to content

chore: v2.0.0

chore: v2.0.0 #183

Workflow file for this run

name: PR
on:
pull_request: # https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
types:
- opened
- edited
- synchronize
jobs:
main:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- name: Check PR title
uses: amannn/action-semantic-pull-request@v3.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
with:
validateSingleCommit: true
subjectPattern: ^(?![a-z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title didn't match the required pattern. Please ensure that the subject doesn't start with a lowercase character.