Remove archive mode stuff

This commit is contained in:
video-prize-ranch
2022-12-11 15:09:36 -05:00
parent b60f215f72
commit 1e8d77fd48
2 changed files with 1 additions and 20 deletions
-12
View File
@@ -1,12 +0,0 @@
daysUntilStale: 60
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- v2
- needs-review
- work-required
staleLabel: stale
markComment: >
This issue has been automatically marked as stale because it hasn't seen
a recent update. It'll be automatically closed in a few days.
closeComment: false
+1 -8
View File
@@ -1,12 +1,5 @@
## gorilla/feeds
[![GoDoc](https://godoc.org/github.com/gorilla/feeds?status.svg)](https://godoc.org/github.com/gorilla/feeds)
[![CircleCI](https://circleci.com/gh/gorilla/feeds.svg?style=svg)](https://circleci.com/gh/gorilla/feeds)
---
**The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit**
---
[![GoDoc](https://godoc.org/codeberg.org/librarian/feeds?status.svg)](https://godoc.org/codeberg.org/librarian/feeds)
feeds is a web feed generator library for generating RSS, Atom and JSON feeds from Go
applications.