merobi-hub commented on code in PR #26605:
URL: https://github.com/apache/airflow/pull/26605#discussion_r992406471


##########
dev/stats/get_important_pr_candidates.py:
##########
@@ -267,9 +281,13 @@ def score(self):
         # If the body contains over 2000 characters, the PR should matter 40% 
more.
         # If the body contains fewer than 1000 characters, the PR should 
matter 20% less.
         #
+        if self.protm_score > 0:
+            interaction_score = self.interaction_score * 2

Review Comment:
   This change works for me. I will also add an explanation to the comments.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to