config.yml 578 B

12345678910111213141516
  1. # Configuration for request-info - https://github.com/behaviorbot/request-info
  2. # *Required* Comment to reply with
  3. requestInfoReplyComment: >
  4. We would appreciate it if you could provide us with more info about this issue/pr!
  5. Please do not leave the `title` or `description` empty.
  6. # *OPTIONAL* default titles to check against for lack of descriptiveness
  7. # MUST BE ALL LOWERCASE
  8. requestInfoDefaultTitles:
  9. - update readme.md
  10. - updates
  11. # *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
  12. requestInfoLabelToAdd: "need:more-info"