You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Clear up old Actions logs (go-gitea#31735)
Fix createElementFromAttrs bug (go-gitea#31751)
bump vue-bar-graph (go-gitea#31705)
Use UTC as default timezone when schedule Actions cron tasks (go-gitea#31742)
Add permission description for API to add repo collaborator (go-gitea#31744)
Clarify Actions resources ownership (go-gitea#31724)
Exclude protected branches from recently pushed (go-gitea#31748)
[skip ci] Updated translations via Crowdin
Distinguish LFS object errors to ignore missing objects during migration (go-gitea#31702)
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2684,6 +2684,8 @@ LEVEL = Info
2684
2684
;;
2685
2685
;; Default platform to get action plugins, `github` for `https://github.com`, `self` for the current Gitea instance.
2686
2686
;DEFAULT_ACTIONS_URL = github
2687
+
;; Logs retention time in days. Old logs will be deleted after this period.
2688
+
;LOG_RETENTION_DAYS = 365
2687
2689
;; Default artifact retention time in days. Artifacts could have their own retention periods by setting the `retention-days` option in `actions/upload-artifact` step.
2688
2690
;ARTIFACT_RETENTION_DAYS = 90
2689
2691
;; Timeout to stop the task which have running status, but haven't been updated for a long time
0 commit comments