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 8e63e3b453d Fix `CODEOWNERS` and link for
`PROVIDER_DISTRIBUTIONS_DETAILS.md` (#48746)
8e63e3b453d is described below
commit 8e63e3b453dd8c9e03324342ac6758416092164a
Author: John Bampton <[email protected]>
AuthorDate: Wed Apr 9 01:20:45 2025 +1000
Fix `CODEOWNERS` and link for `PROVIDER_DISTRIBUTIONS_DETAILS.md` (#48746)
* Fix link and `CODEOWNERS` for `PROVIDER_DISTRIBUTIONS_DETAILS.md`
* Remove outdated line
refs https://github.com/BaseMax/codeowners-validator
Co-authored-by: Max Base <[email protected]>
* Delete typos.txt
---------
Co-authored-by: Max Base <[email protected]>
---
.github/CODEOWNERS | 3 +--
dev/README_RELEASE_PROVIDERS.md | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c91ed66ed03..3449e1c5137 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -53,7 +53,6 @@
# Async Operators & Triggerer
/airflow-core/src/airflow/cli/commands/triggerer_command.py @dstandish
@hussein-awala
-/airflow-core/src/airflow/jobs/triggerer_job.py @dstandish @hussein-awala
/airflow-core/src/airflow/jobs/triggerer_job_runner.py @dstandish
@hussein-awala
/docs/apache-airflow/authoring-and-scheduling/deferring.rst @dstandish
@hussein-awala
@@ -88,7 +87,7 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan
# Releasing Guides & Project Guidelines
/dev/PROJECT_GUIDELINES.md @kaxil
-/dev/PROVIDER_PACKAGE_DETAILS.md @eladkal
+/dev/PROVIDER_DISTRIBUTIONS_DETAILS.md @eladkal
/dev/README.md @kaxil
/dev/README_RELEASE_*.md @kaxil @pierrejeambrun
/dev/README_RELEASE_PROVIDERS.md @eladkal
diff --git a/dev/README_RELEASE_PROVIDERS.md b/dev/README_RELEASE_PROVIDERS.md
index 6457d366e9f..e8efee59f71 100644
--- a/dev/README_RELEASE_PROVIDERS.md
+++ b/dev/README_RELEASE_PROVIDERS.md
@@ -79,7 +79,7 @@ print the command that you should run.
The prerequisites to release Apache Airflow are described in
[README.md](README.md).
You can read more about the command line tools used to generate the packages
in the
-[Provider details](PROVIDER_PACKAGE_DETAILS.md).
+[Provider details](PROVIDER_DISTRIBUTIONS_DETAILS.md).
# Bump min Airflow version for providers