mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
refactor: simplify review effort label format and remove maximal effort limit
This commit is contained in:
parent
c1fa22d068
commit
94616a3429
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ class PRReviewer:
|
|||
get_logger().debug(f"Current labels:\n{current_labels}")
|
||||
if current_labels:
|
||||
current_labels_filtered = [label for label in current_labels if
|
||||
not label.lower().startswith('review effort:') and not label.lower().startswith(
|
||||
not label.lower().startswith('review effort') and not label.lower().startswith(
|
||||
'possible security concern')]
|
||||
else:
|
||||
current_labels_filtered = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue