horst Posted January 17, 2018 Posted January 17, 2018 Maybe a dump question, but how or where can I configure Github to get email notices of every commit to the PW repository? I get a lot of emails for issues, but currently not for commits. Any hint is much apreciated.
BitPoet Posted January 17, 2018 Posted January 17, 2018 You can't directly. But you could perhaps use a servcie like IFTTT and trigger a mail whenever new items are added to the commit feed. Github atom feeds can be retrieved by appending .atom to the repo (commit) URL, e.g. https://github.com/processwire/processwire/commits/dev.atom or https://github.com/processwire/processwire/commits/master.atom. Not sure if IFTTT works with atom, though. 3
horst Posted January 17, 2018 Author Posted January 17, 2018 Thanks for the tipp. I think it will be easy to find a solution that can work with the feeds.
BitPoet Posted January 25, 2018 Posted January 25, 2018 I can confirm now that IFTTT works with GitHub's atom feeds. Just got a bunch of mails in my inbox 2 1
Recommended Posts