mistaken-pull-closer.yml 625 B

123456789101112131415161718
  1. # The JSONPath filter expression used to identify which PRs to close.
  2. # The data filtered is the pull request data along with other metadata passed in
  3. # by probot.
  4. # See http://goessner.net/articles/JsonPath/
  5. # `true` will close all PRs.
  6. filters:
  7. - true
  8. # The message to post to the closed PR.
  9. commentBody: |
  10. Thanks for your contribution! Unfortunately, we don't use GitHub pull
  11. requests to manage code contributions to this repository. Instead, please
  12. see [README.md](../blob/master/README.md) which provides full instructions
  13. on how to get involved.
  14. # Whether to add a label to the closed PR.
  15. addLabel: false