diff --git a/src/helpers/workflows.ts b/src/helpers/workflows.ts index 17fdd635..0564d390 100644 --- a/src/helpers/workflows.ts +++ b/src/helpers/workflows.ts @@ -24,14 +24,22 @@ export const getUptimeMonitorVersion = async () => { return release; }; -const introComment = async () => `# This file was generated by upptime/uptime-monitor@${await getUptimeMonitorVersion()} -# +const introComment = async () => `# # =============================== # Do not edit this file directly! # =============================== # -# Your changes will be overwritten when the template updates (daily) -# Instead, change your .upptimerc.yml configuration: https://upptime.js.org/docs`; +# Your changes will be overwritten when the Upptime template updates (by default, weekly) +# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. +# +# 🔼 Upptime @${await getUptimeMonitorVersion()} +# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary + +# * Source: https://github.com/upptime/upptime +# * Docs and more: https://upptime.js.org +# * More by Anand Chowdhary: https://anandchowdhary.com +# +`; export const graphsCiWorkflow = async () => { const config = await getConfig();