Skip to content

chore: standardize with the other THectic microsite repos #4

chore: standardize with the other THectic microsite repos

chore: standardize with the other THectic microsite repos #4

Workflow file for this run

# Copyright (C) 2026 Sten Tijhuis
# SPDX-License-Identifier: MIT
name: PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
concurrency:
group: pr-title-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions: {}
jobs:
pr-title:
name: Conventional commit title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
content
docs
chore
refactor
style
revert