eladkal opened a new pull request, #71001:
URL: https://github.com/apache/airflow/pull/71001

   The uv.lock conflict notifier (scripts/ci/notify_uv_lock_conflicts.py)
   posts a comment on conflicting PRs linking back to the PR/commit that
   bumped uv.lock on main. Because GitHub auto-generates a backlink
   comment on any issue/PR referenced this way, every notification also
   produced an unwanted comment on the original PR — noise unrelated to
   its own discussion.
   
   GitHub's docs describe using the redirect.github.com host instead of
   github.com to suppress this automatic backlink behavior:
   
https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/autolinked-references-and-urls#avoiding-backlinks-to-linked-references
   
   This adds an `avoid_backlink()` helper and applies it to both links
   embedded in the notice body (the source PR link and the commit link).
   The plain-text log/summary output is left untouched since it's never
   posted to GitHub.
   
   without this change we are getting too many useless refrences:
   <img width="887" height="632" alt="Screenshot 2026-08-03 at 18 52 36" 
src="https://github.com/user-attachments/assets/52b20666-4ce7-4d78-8af7-fcfaeb73d01c";
 />
   
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude (Sonnet 4.5)
   
   Generated-by: Claude (Sonnet 4.5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)


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