repo-template icon indicating copy to clipboard operation
repo-template copied to clipboard

Tool: Build a Probot to automatically check npm maintainers

Open RichardLitt opened this issue 6 years ago • 0 comments

This tool ought to:

  • Be turned on for each OrbitDB repo
  • Automatically check the package.json on a change
  • Run npm info and parse out the maintainers output
  • Check that this matches orbitdb.maintainers in the package.json
  • If it doesn't, automatically PR the change to the repository

This will keep our orbitdb.maintainers field up to date without needing extra configuration from the authors.

RichardLitt avatar Mar 27 '19 14:03 RichardLitt