-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RSS support for commits (per branch / file) #22228
Labels
Comments
6543
changed the title
Add RSS support for commits (per branche)
Add RSS support for commits (per branch)
Dec 23, 2022
6543
added
type/enhancement
An improvement of existing functionality
good first issue
Likely to be an easy fix
labels
Dec 23, 2022
Do you expect that will support per-file feeds? GitHub supports this and I find it useful for some projects to watch the commits on an individual file. |
@adamcstephens can you provide an example url? |
@6543 Yep, you can get one for any file. Browse to the file, then the commit history of that file, and add e.g. https://github.com/go-gitea/gitea/commits/main/README.md.atom |
6543
changed the title
Add RSS support for commits (per branch)
Add RSS support for commits (per branch / file)
Dec 23, 2022
lunny
pushed a commit
that referenced
this issue
Apr 25, 2023
Fix #22228 adding RSS feeds for branches and files. RSS feeds are accessed through: * [gitea]/src/branch/{branch}.rss * [gitea]/src/branch/{branch}/{file_name}.rss No changes have been made to the UI to expose the feed urls for branches and files.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
option to follow commits on branches via rss
pull to get inspiration how to add rss: #21696
more info at #19071
The text was updated successfully, but these errors were encountered: