mirror of
https://github.com/jellyfin/jellyfin-triage-scripts.git
synced 2024-11-26 23:50:37 +00:00
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:
commit
194a99e277
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user