github-actions[bot] opened a new pull request, #62449:
URL: https://github.com/apache/airflow/pull/62449

   - Reorder elif chain in quick_score_prs so body_len < 20 (0.4x)
     is checked before body_len < 1000 (0.8x) — previously the < 20
     branch was unreachable since < 20 is a subset of < 1000
   - Fix linked-issue regex: lookbehind matched "elated: #" instead
     of "related: #", and required exactly 5 digits — switch to a
     capture group that handles any issue number length
   (cherry picked from commit 6cef0a27a000ae71273214aeb9f97aa1549d04de)
   
   Co-authored-by: Kaxil Naik <[email protected]>


-- 
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