Merge pull request #19 from jellyfin/felix920506-patch-1

Inhibit all warnings to prevent bogus warnings against new bug template
This commit is contained in:
felix920506 2024-07-15 21:08:42 +08:00 committed by GitHub
commit 194a99e277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,5 +30,7 @@ issue = repo.get_issue(ISSUE)
res = checkissue(issue)
print(res)
if res:
issue.create_comment(res)
# Inhibit Until I have time to modify for new template
# if res:
# issue.create_comment(res)