StaleBot for Gitea
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
6543 b595b4b292 update gitea sdk & go mod tidy (#1) 4 years ago
auth Add oauth2 client auth 5 years ago
cmd Add linters 5 years ago
config Add database 5 years ago
models Add database 5 years ago
templates Add database 5 years ago
utils Add linters 5 years ago
web Add database 5 years ago
.drone.yml Remove lint from drone 5 years ago
.gitignore Add fmt check 5 years ago
.golangci Add linters 5 years ago
LICENSE Initial commit 5 years ago
Makefile Add fmt check 5 years ago
README.md Add README 5 years ago
go.mod update gitea sdk & go mod tidy (#1) 4 years ago
go.sum update gitea sdk & go mod tidy (#1) 4 years ago
main.go Add database 5 years ago

README.md

StaleTea

Build Status Go Report Card Documentation

StaleTea is a simple stalebot for Gitea.

Example config.yml

closecomment: This issue was closed automatically since it was marked as stale and
  had no recent activity.
daysuntilclose: 7
daysuntilstale: 60
exemptlabels: []
host: http://localhost:3030
markcomment: |-
  This issue has been automatically marked as stale because it has not had
    recent activity. It will be closed in %d days if no further activity occurs. Thank you
    for your contributions.  
only: []
onlylabels: []
stalelabel: wontfix
unmarkcomment: ""

gitea:
  client_id: "YOUR_CLIENT_ID"
  client_secret: "YOUR_CLIENT_SECRET"
  url: https://gitea.com

session_secret: YOUR_SECRET