Skip to content

chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the github-actions group #88

chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the github-actions group

chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 in the github-actions group #88

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2025 Marcin Zieba <marcinpsk@gmail.com>
name: Validate PR title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- name: Enforce conventional commit PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^.+$
subjectPatternError: "PR title must not be empty after the type/scope prefix."