mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
0ec8bb3183c20dd5a1374da28783d3405c55493b
Change all cron tasks to make them no notice on success default. Instead if a user wants notices on success they need to add NOTICE_ON_SUCCESS=true instead. ## ⚠️ BREAKING ⚠️ This changes the cron config so that notices on success are no longer set by default and breaks NO_SUCCESS_NOTICE settings. Instead users who want notices on success must set NOTICE_ON_SUCCESS=true instead. Signed-off-by: Andrew Thornton <[email protected]> * Update custom/conf/app.example.ini Co-authored-by: Norwin <[email protected]> Co-authored-by: Norwin <[email protected]>
Languages
TypeScript
42.4%
MDX
30.9%
Astro
8.1%
JavaScript
6.4%
Shell
6%
Other
6.2%