Homebrew / brew

🍺 The missing package manager for macOS (or Linux)
https://brew.sh
BSD 2-Clause "Simplified" License
41.42k stars 9.74k forks source link

use github notification API's to auto-generate bump-formula-pr #1842

Closed timotheecour closed 7 years ago

timotheecour commented 7 years ago

homebrew already automates certain things (bottling, continuous integration).

What about using notification API's to track project releases and automatically generate bump-formula-pr?

-default: nothing is auto-generated -auto_propose: sends PR's that pass BrewTestBot for review -auto_submit: submit PR's that pass BrewTestBot for review

This could be specified independently for stable, devel, and the trigger could be configured with sensible defaults (eg: upon major or minor version bumps)

Eg of notification API's: http://stackoverflow.com/questions/20839622/notifications-for-new-github-project-releases/20840694#20840694 There's also Sibbell.com etc.

MikeMcQuaid commented 7 years ago

What about using notification API's to track project releases and automatically generate bump-formula-pr?

@ilovezfs does similar with https://github.com/youtux/homebrew-livecheck. I agree it would be nice to automate that.