mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +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(
|
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}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue