From 6ca28be5454bb8b8ed09ec2f5b7d5c7b3d2b544b Mon Sep 17 00:00:00 2001 From: Michal Konečný Date: May 06 2022 10:05:00 +0000 Subject: Add new monitoring options for release-monitoring This is a followup for https://pagure.io/pagure/pull-request/5294 These new options are already supported and documented in the-new-hotness and will be available in next release. Link to documentation: https://the-new-hotness.readthedocs.io/en/latest/user-guide.html#notifications-settings Signed-off-by: Michal Konečný --- diff --git a/pagure_distgit/forms.py b/pagure_distgit/forms.py index 9e7a361..50d62b5 100644 --- a/pagure_distgit/forms.py +++ b/pagure_distgit/forms.py @@ -26,6 +26,10 @@ class AnityaForm(pagure.forms.PagureForm): ("monitoring", "monitoring"), ("no-monitoring", "no-monitoring"), ("monitoring-with-scratch", "monitoring-with-scratch"), + ("monitoring-all", "monitoring-all"), + ("monitoring-all-scratch", "monitoring-all-scratch"), + ("monitoring-stable", "monitoring-stable"), + ("monitoring-stable-scratch", "monitoring-stable-scratch"), ], )