Skip to content

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

License

Notifications You must be signed in to change notification settings

actions-cool/pr-check-fill

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ‘€ 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