Skip to content

Commit

Permalink
defectenhancementtask: add a link to https://mozilla.github.io/bug-ha…
Browse files Browse the repository at this point in the history
  • Loading branch information
calixteman authored and marco-c committed Apr 19, 2019
1 parent 2008d60 commit afb1a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions auto_nag/scripts/defectenhancementtask.py
Expand Up @@ -2,7 +2,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.

from auto_nag import logger
from auto_nag.bugbug_utils import BugbugScript
from bugbug.models.defect_enhancement_task import DefectEnhancementTaskModel

Expand Down Expand Up @@ -105,7 +104,7 @@ def get_autofix_change(self):
'add': cc
},
'comment': {
'body': '[Bugbug](https://github.com/mozilla/bugbug/) thinks this bug is a {}, but please change it back in case of error.'.format(suggestion),
'body': '[Bugbug](https://github.com/mozilla/bugbug/) thinks this bug is a [{}](https://mozilla.github.io/bug-handling/bug-types), but please change it back in case of error.'.format(suggestion),
},
}
for bug_id, suggestion in self.autofix_type.items()
Expand Down

0 comments on commit afb1a43

Please sign in to comment.