shahar1 commented on PR #454: URL: https://github.com/apache/airflow-steward/pull/454#issuecomment-4638884465
> Was this issue fixed? The H3+H4 paragraph ends with "Early exit on H3+H4 requires at least one independent additional hard signal (H1, H2, or H5)." Read literally that contradicts case-6, which reaches early-exit through the normal 1-hard-plus-3-soft path (collapsed hard + 4 soft), not an extra hard signal. Yes, it was fixed: ```markdown When H3 and H4 fire together and no other hard signal fires, count them as a single hard signal for threshold purposes — an H3+H4-only pair does not meet the "2+ hard signals" threshold on its own, but it can still reach early exit via the 1-hard-plus-3-soft path. ``` -- 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]
