/pr-check-fill

πŸ‘€ A GitHub Action help you to check the filling format of PR.

Primary LanguageJavaScriptMIT LicenseMIT

πŸ‘€ PR Check Fill

A GitHub Action help you to check the filling format of PR.

πŸš€ How to use?

name: PR check Fill

on:
  pull_request_target:
    types: [opened, edited, reopened]

jobs:
  check:
    runs-on: ubuntu-latest
    steps:
      - name: check fill
        uses: actions-cool/pr-check-fill@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          filter-start: '|'
          require-include: 'English'
          comment-body: 'Check failed.'
          skip-title-start: 'docs'
Name Desc Type Required
token GitHub token. string βœ–
filter-start Content lines detection and filtering. string βœ”
require-include Further filtering lines. string βœ–
comment-body Comment reminder when not filled in. string βœ”
skip-title-start Skip PR title start with. string βœ–
remove-symbol Whether remove symbol. Default: false boolean βœ–

⚑ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

  • Report bugs or consult with Issue
  • Submit Pull Request to improve the code of pr-check-fill

也欒迎加ε…₯ 钉钉亀桁羀

Changelog

CHANGELOG

LICENSE

MIT