Skip to content

Commit 192a26d

Browse files
author
CKI KWF Bot
committed
Merge: redhat: drop Y issues from changelog
MR: https://gitlab.com/redhat/rhel/src/kernel/rhel-9/-/merge_requests/3613 JIRA: INTERNAL Upstream Status: RHEL-only Signed-off-by: Jan Stancek <jstancek@redhat.com> Approved-by: Jarod Wilson <jarod@redhat.com> Approved-by: Patrick Talbert <ptalbert@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2 parents b409b69 + 3c3feef commit 192a26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redhat/genlog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def convert_to_y_tags(self):
7979
def get_changelog_str(self):
8080
chnglog = []
8181
tickets = sorted(self.tag_dict['Bugzilla']) + sorted(self.tag_dict['JIRA'])
82-
if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83-
tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
82+
#if self.tag_dict['Y-Bugzilla'] or self.tag_dict['Y-JIRA']:
83+
# tickets = tickets + sorted(self.tag_dict['Y-Bugzilla']) + sorted(self.tag_dict['Y-JIRA'])
8484
if tickets:
8585
chnglog.append('[' + ' '.join(tickets) + ']')
8686
if self.tag_dict['CVE']:

0 commit comments

Comments
 (0)