eladkal commented on code in PR #62047:
URL: https://github.com/apache/airflow/pull/62047#discussion_r2813956542
##########
dev/backport/update_backport_status.py:
##########
@@ -25,7 +25,12 @@
def get_success_comment(branch: str, pr_url: str, pr_number: str):
shield_url = f"https://img.shields.io/badge/PR-{pr_number}-blue"
comment = f"""### Backport successfully created: {branch}\n\n<table>
- <tr>
+
+ Note: As of [Merging PRs targeted for Airflow
3.X](https://github.com/apache/airflow/blob/main/dev/README_AIRFLOW3_DEV.md#merging-prs-targeted-for-airflow-3x)
+ the committer who merges the PR is responsible for backporting
the PRs that are bug fixes (generally speaking) to the maintenance branches.
Review Comment:
I'd mention also that if there are questions or doubts to ask in the release
manager slack channel.
committers might not be aware of this channel
--
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]