Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #613

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #613

name: Pull request formatting
on:
pull_request:
branches: [ main, 0.x ]
types: [opened, synchronize, edited]
jobs:
pr-formatting:
runs-on: ubuntu-slim
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ !startsWith(github.head_ref, 'dependabot') }}
with:
# Ensures the subject doesn't start with an uppercase character.
subjectPattern: ^(?![A-Z]).+$
requireScope: false