Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

sitateru/pr-police

Repository files navigation

PR-Police

PR-Police is a GitHub App.

PR-Police comments on pull request with too many changed files.

sample comment

Usage

  • Install here

  • [Option] Put config file to repository

    • Create .github/pr-police.yml in default branch

      example:

      threshold: 12
      message: "I am PR-Police!"
      
      • threshold : PR-Police will comment on PR if (the number of changed files) >= threshold.

        default is 10.

      • message : Comment body from PR-Police.

        default is

        🚨 Here comes **PR-Police**! 🚨
        Your pull request has too many changed files!!
        

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published