StaleBot for Gitea
Go to file
6543 b595b4b292 update gitea sdk & go mod tidy (#1)
update gitea sdk & go mod tidy

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: #1
2020-02-09 18:56:28 +00:00
auth Add oauth2 client auth 2019-06-04 10:20:08 +02:00
cmd Add linters 2019-06-04 10:42:42 +02:00
config Add database 2019-06-05 16:11:41 +02:00
models Add database 2019-06-05 16:11:41 +02:00
templates Add database 2019-06-05 16:11:41 +02:00
utils Add linters 2019-06-04 10:42:42 +02:00
web Add database 2019-06-05 16:11:41 +02:00
.drone.yml Remove lint from drone 2019-06-05 16:57:26 +02:00
.gitignore Add fmt check 2019-06-04 11:00:58 +02:00
.golangci Add linters 2019-06-04 10:42:42 +02:00
go.mod update gitea sdk & go mod tidy (#1) 2020-02-09 18:56:28 +00:00
go.sum update gitea sdk & go mod tidy (#1) 2020-02-09 18:56:28 +00:00
LICENSE Initial commit 2019-06-03 09:27:15 +02:00
main.go Add database 2019-06-05 16:11:41 +02:00
Makefile Add fmt check 2019-06-04 11:00:58 +02:00
README.md Add README 2019-06-04 10:50:00 +02:00

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