Skip to content

PR Check Fill

Actions
A GitHub Action help you to check the filling format of PR
v1.2.2
Latest
Star (3)

👀 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

PR Check Fill is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

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

PR Check Fill is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.