Skip to content

chore(deps): update github actions (major) #2883

chore(deps): update github actions (major)

chore(deps): update github actions (major) #2883

Workflow file for this run

name: semantic-pr
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
run-semantic-pr:
timeout-minutes: 10
runs-on: ubuntu-24.04
steps:
- name: Run semantic-pr
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
with:
subjectPattern: ^(?![A-Z]).+$
subjectPatternError: |
The subject "{subject}" found in the pull request title "{title}"
didn't match the configured pattern. Please ensure that the subject
doesn't start with an uppercase character.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}