Skip to content

ci: bump the all-updates group across 1 directory with 3 updates #7730

ci: bump the all-updates group across 1 directory with 3 updates

ci: bump the all-updates group across 1 directory with 3 updates #7730

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
statuses: write
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
# v6.1.1 - pinned by commit hash for supply-chain safety
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true