This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch backport-62809 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a6104eed10b7777ced094f2a086c256196e648e7 Author: Rahul Vats <[email protected]> AuthorDate: Tue Mar 3 23:31:19 2026 +0530 sync release manager list (#62809) (cherry picked from commit d9e1a0ff3c1120a6a42a1057db5db961bbd23461) --- .github/workflows/publish-docs-to-s3.yml | 1 + .github/workflows/release_dockerhub_image.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-docs-to-s3.yml b/.github/workflows/publish-docs-to-s3.yml index 4989b4888cf..ab10a4e2fec 100644 --- a/.github/workflows/publish-docs-to-s3.yml +++ b/.github/workflows/publish-docs-to-s3.yml @@ -105,6 +105,7 @@ jobs: "potiuk", "utkarsharma2", "vincbeck", + "vatsrahul1001", ]'), github.event.sender.login) steps: - name: "Input parameters summary" diff --git a/.github/workflows/release_dockerhub_image.yml b/.github/workflows/release_dockerhub_image.yml index 315759808d1..ae0b63f0c12 100644 --- a/.github/workflows/release_dockerhub_image.yml +++ b/.github/workflows/release_dockerhub_image.yml @@ -71,6 +71,7 @@ jobs: "potiuk", "utkarsharma2", "vincbeck", + "vatsrahul1001", ]'), github.event.sender.login) steps: - name: "Input parameters summary"
