mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 13:20:39 +08:00
extra_labels
This commit is contained in:
@ -398,5 +398,5 @@ class PRReviewer:
|
|||||||
not label.lower().startswith('review effort [1-5]:') and not label.lower().startswith(
|
not label.lower().startswith('review effort [1-5]:') and not label.lower().startswith(
|
||||||
'possible security concern')]
|
'possible security concern')]
|
||||||
self.git_provider.publish_labels(review_labels + current_labels_filtered)
|
self.git_provider.publish_labels(review_labels + current_labels_filtered)
|
||||||
except:
|
except Exception as e:
|
||||||
pass
|
get_logger().error(f"Failed to set review labels, error: {e}")
|
||||||
|
Reference in New Issue
Block a user