Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the major group across 1 directory #79

chore(deps): bump actions/checkout from 6 to 7 in the major group across 1 directory

chore(deps): bump actions/checkout from 6 to 7 in the major group across 1 directory #79

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'pre-commit-ci[bot]' }}
steps:
- name: Lint PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test