This is an automated email from the ASF dual-hosted git repository.
shahar1 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 2161027d844 Fix grammar in PR guidelines (#68992)
2161027d844 is described below
commit 2161027d8444fbf26fee9cfea5ac0131b6738cef
Author: Andrew Chang <[email protected]>
AuthorDate: Thu Jun 25 17:29:04 2026 +0000
Fix grammar in PR guidelines (#68992)
---
contributing-docs/05_pull_requests.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/05_pull_requests.rst
b/contributing-docs/05_pull_requests.rst
index 624b7ca5299..2b3c692283b 100644
--- a/contributing-docs/05_pull_requests.rst
+++ b/contributing-docs/05_pull_requests.rst
@@ -102,7 +102,7 @@ these guidelines:
programmatically (either because they are too hard or just not yet done).
- Maintainers will not merge a PR that regresses linting or does not pass CI
tests (unless you have good
- justification that it a transient error or something that is being fixed
in other PR).
+ justification that it is a transient error or something that is being
fixed in other PR).
- Maintainers will not merge PRs that have unresolved conversation.