This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 53687e3d1b9 Synchronize the list of people who can publish docs and 
build images (#58876)
53687e3d1b9 is described below

commit 53687e3d1b96a9ba0f2dc6298e04a012ed156690
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Nov 30 23:48:44 2025 +0100

    Synchronize the list of people who can publish docs and build images 
(#58876)
    
    We heve a few release-manager acting people who can publish docs
    and build images using GH actions workflows.
    
    The list of this peaple is growing.
    
    Adding Jens and Vinc and making sure that the list is synchronized
    for both workflows we have.
---
 .github/workflows/publish-docs-to-s3.yml      | 4 +++-
 .github/workflows/release_dockerhub_image.yml | 5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index 1a9a399b81c..b8778f05cfa 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -95,14 +95,16 @@ jobs:
       default-python-version: "3.10"
     if: contains(fromJSON('[
       "ashb",
+      "bugraoz93",
       "eladkal",
       "ephraimbuddy",
       "jedcunningham",
+      "jscheffl",
       "kaxil",
       "pierrejeambrun",
       "potiuk",
       "utkarsharma2",
-      "bugraoz93"
+      "vincbeck",
       ]'), 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 f561beea344..9cc5078a8c6 100644
--- a/.github/workflows/release_dockerhub_image.yml
+++ b/.github/workflows/release_dockerhub_image.yml
@@ -61,13 +61,16 @@ jobs:
       UV_VERSION: "0.9.13"  # Keep this comment to allow automatic replacement 
of uv version
     if: contains(fromJSON('[
       "ashb",
+      "bugraoz93",
       "eladkal",
       "ephraimbuddy",
       "jedcunningham",
+      "jscheffl",
       "kaxil",
       "pierrejeambrun",
       "potiuk",
-      "utkarsharma2"
+      "utkarsharma2",
+      "vincbeck",
       ]'), github.event.sender.login)
     steps:
       - name: "Input parameters summary"

Reply via email to