| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This action is a conventional commit validator
Optional Regex to match PR title. Default "^(.+)(?:(([^)s]+)))?: (.+)".
Optional Regex to match PR body. Default "(.*\n)+(.*)".
name: CI
on:
pull_request:
branches: [master]
types: [opened, edited, synchronize]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v2.0.1Unfortunately, it is not possible to customize the GitHub Squash and Merge description message. To really benefit from this action, please copy the PR body into the GitHub Squash and Merge description textarea.
| Back | FazBrowse Home | New Git URL |