From f39ca74d9cfcb89b4dce5e78584e91b89ce66fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 9 May 2022 14:54:39 +0200 Subject: [PATCH] [the-new-hotness] Update notification template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updating for staging with the latest changes https://github.com/fedora-infra/the-new-hotness/pull/455 Signed-off-by: Michal Konečný --- roles/openshift-apps/the-new-hotness/templates/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/the-new-hotness/templates/config.toml b/roles/openshift-apps/the-new-hotness/templates/config.toml index 207146d67b..7608198674 100644 --- a/roles/openshift-apps/the-new-hotness/templates/config.toml +++ b/roles/openshift-apps/the-new-hotness/templates/config.toml @@ -107,14 +107,11 @@ short_desc_template = "%(name)s-%(latest_upstream)s is available" description_template = """ {% if env == "staging" %} Releases retrieved: %(retrieved_versions)s - Upstream release that is considered latest: %(latest_upstream)s {% else %} Latest upstream release: %(latest_upstream)s {% endif %} - Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s - URL: %(url)s Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/\n @@ -125,6 +122,9 @@ Please keep in mind that with any upstream change, there may also be packaging c {% if env == "staging" %} Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n + +To change the monitoring settings for the project, please visit: +%(dist_git_url)s {% else %} Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n {% endif %}