Skip to content

Make label text customizable#1056

Merged
inferno-chromium merged 1 commit into
masterfrom
a2
Sep 28, 2019
Merged

Make label text customizable#1056
inferno-chromium merged 1 commit into
masterfrom
a2

Conversation

@inferno-chromium

Copy link
Copy Markdown
Collaborator

Order of label and label_type can be different in different
issue trackers. So, make it completely customizable.

Order of label and label_type can be different in different
issue trackers. So, make it completely customizable.
@inferno-chromium

Copy link
Copy Markdown
Collaborator Author

/gcbrun

@googlebot googlebot added the cla: yes CLA signed. label Sep 28, 2019
@inferno-chromium

Copy link
Copy Markdown
Collaborator Author

TBR simple fix.

@inferno-chromium inferno-chromium merged commit feff2e0 into master Sep 28, 2019
@@ -273,6 +273,10 @@ def label_type(self):
"""Label type."""
return 'label' # default

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like label_type is no longer needed, so we can remove to keep things simple?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used in one place here -

'updating reproducibility {label_type}.'.format(

We can remove it if we fix this case somehow, but i don't see this as a big deal since we have a better label_type for google issue tracker (hotlist vs hotlistid) for this case.

@oliverchang oliverchang deleted the a2 branch October 9, 2019 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes CLA signed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants