registry icon indicating copy to clipboard operation
registry copied to clipboard

Create a bot that checks for newer commits, makes a PR and pings the author

Open blakeembrey opened this issue 8 years ago • 4 comments

This should improve keeping the registry up to date, but it should still be manually verified.

blakeembrey avatar Dec 07 '15 18:12 blakeembrey

Exactly the same as what I have in mind. :beers:

unional avatar Feb 03 '16 04:02 unional

This would be great! Also a npm/github hook which will update versions on publish.

Sure thing is that developers who maintain their own definition in the package should have a way to easily (i.e. automatically) keep the typings registry up-to-date.

heruan avatar Jun 14 '16 10:06 heruan

This doesn't have to be a bot, this could also be implemented as a typings command, eg typings publish similar to npm publish. It would just use the GitHub REST API to create a PR. The typings publish command could then be run in Travis after every successful build on master, with the GitHub token set through a secret env var.

felixfbecker avatar Aug 26 '16 17:08 felixfbecker

@felixfbecker Absolutely should be both. There was an issue in Typings for tracking that feature - https://github.com/typings/typings/issues/27.

blakeembrey avatar Aug 27 '16 00:08 blakeembrey