Merge pull request #1134 from Codium-ai/tr/err_protections

Tr/err protections
This commit is contained in:
Tal
2024-08-14 08:17:19 +03:00
committed by GitHub
7 changed files with 18 additions and 8 deletions

View File

@ -736,7 +736,7 @@ class GithubProvider(GitProvider):
"PUT", f"{self.pr.issue_url}/labels", input=post_parameters
)
except Exception as e:
get_logger().exception(f"Failed to publish labels, error: {e}")
get_logger().warning(f"Failed to publish labels, error: {e}")
def get_pr_labels(self, update=False):
try: