Files
heretic/.github/workflows/semantic-pr.yml
T
red40maxxer d836fb2da9 ci: add PR title lint (#66)
* ci: add PR title lint

* style: ending newline

---------

Co-authored-by: mad-cat-lon <113548315+mad-cat-lon@users.noreply.github.com>
2025-12-03 09:25:48 +05:30

20 lines
342 B
YAML

name: Lint PR
on:
pull_request_target:
types:
- opened
- reopened
- edited
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}