MCPcopy Create free account
hub / github.com/apache/storm / issue_link

Function issue_link

dev-tools/release_notes.py:95–96  ·  view source on GitHub ↗
(issue)

Source from the content-addressed store, hash-verified

93 return issues
94
95def issue_link(issue):
96 return issue["html_url"]
97
98if __name__ == "__main__":
99 issues = get_issues(owner, repo, milestone)

Callers 1

release_notes.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected