From 93e55801d14567d87e08d3052cc93c89c257f833 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Nov 20 2020 14:48:46 +0000 Subject: discussions: prefix ticket title with "rhbz#" This makes the ticket more readable, because it adds context to those seemingly random numbers at the beginning. --- diff --git a/blockerbugs/config.py b/blockerbugs/config.py index 5dba7f1..887b7f1 100644 --- a/blockerbugs/config.py +++ b/blockerbugs/config.py @@ -57,7 +57,7 @@ class Config(object): PAGURE_BOT_USERNAME = 'blockerbot' PAGURE_BOT_ENABLED = True PAGURE_BOT_LOOP_THRESHOLD = 2 - PAGURE_DISCUSSION_TITLE = "$bugid $summary" + PAGURE_DISCUSSION_TITLE = "rhbz#$bugid $summary" PAGURE_DISCUSSION_CONTENT = '''\ Bug details: ** $bug_url ** Information from [BlockerBugs App]({}):