mirror of
https://gitea.com/jonasfranz/staletea
synced 2025-11-10 15:58:42 +01:00
StaleBot for Gitea
update gitea sdk & go mod tidy Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://gitea.com/jonasfranz/staletea/pulls/1 |
||
|---|---|---|
| auth | ||
| cmd | ||
| config | ||
| models | ||
| templates | ||
| utils | ||
| web | ||
| .drone.yml | ||
| .gitignore | ||
| .golangci | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
StaleTea
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