Skip to content

finnp/similar-issues-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

similar-issues-bot

This GitHub bot will reply to new issues on a repository with a list of similar seeming issues. Useful for projects that get a lot of issues/questions that might have already been answered.

You can configure the bot by creating a similar-issues.yml file in the .github directory of your repository.

Here is an example similar-issues.yml:

template: |
  Check this out 🤖:
  {{#issues}}
  - {{title}} #{{number}}
  {{/issues}}

Thanks

Parts of this projects are heavily inspired (aka copied) from node-modules by mafintosh.

About

GitHub bot that replies to new issues with similar issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published