This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new d030615143c [v3-1-test] Synchronize the list of people who can publish
docs and build images (#58876) (#58877)
d030615143c is described below
commit d030615143cfb5a3fb0a752d1409d5515992c4b1
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Nov 30 23:54:46 2025 +0100
[v3-1-test] Synchronize the list of people who can publish docs and build
images (#58876) (#58877)
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.
(cherry picked from commit 53687e3d1b96a9ba0f2dc6298e04a012ed156690)
---
.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 9ca30c924e8..ddac8d75325 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"