#156 discussions: prefix ticket title with "rhbz#"
Merged 3 years ago by kparal. Opened 3 years ago by kparal.

file modified
+1 -1
@@ -57,7 +57,7 @@ 

      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]({}):

This makes the ticket more readable, because it adds context to those seemingly
random numbers at the beginning.

For comparison:
https://i.imgur.com/Y5nR307.png
(Pagure doesn't seem to support attaching images to PRs)

Metadata Update from @kparal:
- Request assigned

3 years ago

Build succeeded.

Commit c13cf37 fixes this pull-request

Pull-Request has been merged by kparal

3 years ago