We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e538bb commit c871104Copy full SHA for c871104
fetch_milestone.py
@@ -55,7 +55,7 @@ def link(number: int) -> str:
55
note = f'{title.strip()} ({numbers_str} by @{user})'
56
if 'bug' in labels:
57
notes['Bugfixes'].append(note)
58
- elif 'enhancement' in labels:
+ elif 'enhancement' in labels or 'feature' in labels:
59
notes['New features and enhancements'].append(note)
60
elif 'documentation' in labels:
61
notes['Documentation'].append(note)
0 commit comments