mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
extra_labels
This commit is contained in:
parent
2e95988741
commit
7a342d3312
1 changed files with 2 additions and 2 deletions
|
|
@ -398,5 +398,5 @@ class PRReviewer:
|
|||
not label.lower().startswith('review effort [1-5]:') and not label.lower().startswith(
|
||||
'possible security concern')]
|
||||
self.git_provider.publish_labels(review_labels + current_labels_filtered)
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
get_logger().error(f"Failed to set review labels, error: {e}")
|
||||
|
|
|
|||
Loading…
Reference in a new issue