A GitHub Action help you to check the filling format of PR.
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 | โ | 
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 
ไนๆฌข่ฟๅ ๅ ฅ ้้ไบคๆต็พค
