This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 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 24c00690ab1 Add vatsrahul1001 to the release-constraints workflow
allowlist (#71152)
24c00690ab1 is described below
commit 24c00690ab1e2d045f904ab556568f509e01b66e
Author: Rahul Vats <[email protected]>
AuthorDate: Wed Aug 5 11:50:39 2026 +0530
Add vatsrahul1001 to the release-constraints workflow allowlist (#71152)
The Release constraints workflow (added in #71040) seeds its actor
allowlist with the
standard committer list but omitted vatsrahul1001, who is already on the
allowlist of the
sibling release workflows (publish-docs-to-s3, release_dockerhub_image,
update-constraints-on-push). As the 3.3.1 release manager he needs to
dispatch this workflow;
without the entry the whole run skips (build-info gate evaluates false).
---
.github/workflows/release-constraints.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/release-constraints.yml
b/.github/workflows/release-constraints.yml
index afa9d0690d4..4eb2f3042ca 100644
--- a/.github/workflows/release-constraints.yml
+++ b/.github/workflows/release-constraints.yml
@@ -61,6 +61,7 @@ jobs:
"pierrejeambrun",
"potiuk",
"utkarsharma2",
+ "vatsrahul1001",
"vincbeck",
]'), github.event.sender.login)
outputs: