Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e63e3b

Browse files
jbamptonBaseMax
andauthoredApr 8, 2025··
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]>
1 parent bcddef3 commit 8e63e3b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.github/CODEOWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353

5454
# Async Operators & Triggerer
5555
/airflow-core/src/airflow/cli/commands/triggerer_command.py @dstandish @hussein-awala
56-
/airflow-core/src/airflow/jobs/triggerer_job.py @dstandish @hussein-awala
5756
/airflow-core/src/airflow/jobs/triggerer_job_runner.py @dstandish @hussein-awala
5857
/docs/apache-airflow/authoring-and-scheduling/deferring.rst @dstandish @hussein-awala
5958

@@ -88,7 +87,7 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan
8887

8988
# Releasing Guides & Project Guidelines
9089
/dev/PROJECT_GUIDELINES.md @kaxil
91-
/dev/PROVIDER_PACKAGE_DETAILS.md @eladkal
90+
/dev/PROVIDER_DISTRIBUTIONS_DETAILS.md @eladkal
9291
/dev/README.md @kaxil
9392
/dev/README_RELEASE_*.md @kaxil @pierrejeambrun
9493
/dev/README_RELEASE_PROVIDERS.md @eladkal

‎dev/README_RELEASE_PROVIDERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ print the command that you should run.
7979
The prerequisites to release Apache Airflow are described in [README.md](README.md).
8080

8181
You can read more about the command line tools used to generate the packages in the
82-
[Provider details](PROVIDER_PACKAGE_DETAILS.md).
82+
[Provider details](PROVIDER_DISTRIBUTIONS_DETAILS.md).
8383

8484
# Bump min Airflow version for providers
8585

0 commit comments

Comments
 (0)
Please sign in to comment.