Setting up an Github Commit RSS feed

匿名 (未验证) 提交于 2019-12-03 08:54:24

问题:

I am trying to have my github commits as an RSS feed but so far I have not managed to figure it out. I know that a private feed is available with the following syntax:

https://github.com/username.atom?token=token

But this the users activity feed. I would like a commit feed of one of my projects. Thanks in advance!

Perfect, thank you!! this was the final syntax:

https://github.com/username/repository_name/commits/branch_name.atom?login=login&token=token. 

Still cant view commits on all branches though.

回答1:

You want https://github.com/whatever/commits/master.atom, like for the Cloudera flume repository it's https://github.com/cloudera/flume/commits/master.atom.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!