File: pr-title.yml

package info (click to toggle)
pyenphase 2.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,064 kB
  • sloc: python: 9,035; xml: 95; makefile: 15; sh: 4
file content (16 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: PR Title

on:
  pull_request:
  pull_request_target:

jobs:
  # Make sure pre title follow the conventional commits convention:
  # https://www.conventionalcommits.org
  commitlint:
    name: Lint PR Title
    runs-on: ubuntu-latest
    steps:
      - uses: amannn/action-semantic-pull-request@v6
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}