Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GHactions

Personal GitHub actions

Validate PR titles

name: Validate PR title

on:
  pull_request:
    types: [opened, edited, reopened, synchronize]

jobs:
  validate-title:
    uses: adomani/GHactions/.github/workflows/validate_pr_title.yaml@validate_pr_title
    with:
      prefixes: 'feat:,fix:,docs:' # mandatory, comma-separated list
      case_insensitive: true       # optional, default `true`
      comment_on_failure: true     # optional, default `true`

About

Personal GitHub actions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors