potiuk commented on code in PR #64443:
URL: https://github.com/apache/airflow/pull/64443#discussion_r3012801959
##########
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:
It's just one **more** update in this automation. And to be honest, the
added value is that you won't forget to do it (happened to me). I think in this
kind of automation - you either do **all of it** or none - because if only 9
out 10 updates are automated and one is not, then you won't notice you have to
do it I guess.
--
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]