Skip to content

Instantly share code, notes, and snippets.

@cgiacomi
Created November 15, 2022 08:39
Show Gist options
  • Save cgiacomi/a3f76f9296b99c736bf569e4c55830ce to your computer and use it in GitHub Desktop.
Save cgiacomi/a3f76f9296b99c736bf569e4c55830ce to your computer and use it in GitHub Desktop.
Title check
name: Title Check
on:
pull_request:
types:
- opened
- edited
jobs:
lint:
name: Check title
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@v4.6.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment