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

   Fix two broken markdown links in the boring-cyborg bot's first-PR welcome 
comment (`.github/boring-cyborg.yml`).
   
   **Root cause:** The YAML block uses a folded scalar (`>`), which replaces 
newlines with spaces. Two links had their opening `(` on one line and the URL 
on the next, producing `[text]( url)` with a leading space — which breaks the 
markdown link rendering.
   
   **Changes:**
   1. `[prek-hooks]` — moved URL to same line, and corrected the anchor from 
the non-existent `#prerequisites-for-prek-hooks` to `#prek-hooks` (the actual 
section title in `08_static_code_checks.rst`).
   2. `[Airflow Coding style]` — moved URL to same line.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Sonnet 4.6
   
   Generated-by: Claude Sonnet 4.6 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