fix(issues): temporary fix so the cog functions, labels will be fixed later™️
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
95669e0847
commit
137acf6532
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."):
|
|||
print("Error! Labels are not properly configured on the target repository.")
|
||||
return await label_list
|
||||
|
||||
issue_labels = await fetch_labels()
|
||||
issue_labels = None
|
||||
|
||||
if issue_labels is None:
|
||||
issue_data = {"title": issue_title, "body": issue_body}
|
||||
|
|
Loading…
Reference in a new issue