parkr / auto-reply

:loop: Handle GitHub webhooks and manage issues on your repositories. Used to run @jekyllbot, now at github.com/jekyll/jekyllbot
https://byparker.com/go/auto-reply
BSD 3-Clause "New" or "Revised" License
69 stars 13 forks source link

Keep files in sync #49

Open parkr opened 5 years ago

parkr commented 5 years ago

I’d like to add a module which can keep files in sync. You’d give the module:

  1. The file path
  2. The file contents
  3. The repo(s)
  4. The target branch name

It would go through each repo and check if the file were up to date. If not, it would open a PR to update. No special processing of the file, just 1:1.