vlsi commented on code in PR #136: URL: https://github.com/apache/lucene-jira-archive/pull/136#discussion_r939680940
########## migration/src/jira_util.py: ########## @@ -236,6 +237,31 @@ def extract_pull_requests(o: dict) -> list[str]: REGEX_GITHUB_ISSUE_LINK = re.compile(r"(\s)(#\d+)(\s)") +# common file extensions in Lucene Jira attachments +FILE_EXT_TO_LANG = { Review Comment: Thanks for commenting on GitHub, however, the comment would be valuable as a regular code comment 😉 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org