jscheffl commented on code in PR #64443:
URL: https://github.com/apache/airflow/pull/64443#discussion_r3012234217
##########
dev/update_github_branch_config.py:
##########
@@ -293,6 +294,37 @@ def update_boring_cyborg(new_branch: str, prev_branch:
str) -> None:
_write(path, content)
+#
──────────────────────────────────────────────────────────────────────────────
+# README.md — build status badge
+#
──────────────────────────────────────────────────────────────────────────────
+def update_readme_badge(new_branch: str, prev_branch: str, new_version: str,
prev_version: str) -> None:
Review Comment:
In regards of voladity of all README's and content I think adding an
automation is not meaningful... maintenance of the automation (even with AI
assisted coding) does not seem to be benefcial for these administrative changes
every 3-4 months... but we can merge it, I pretty much assume this is dead or
un-maintainable code.
... for effectively 1 LoC change...
--
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]