This is an automated email from the ASF dual-hosted git repository.
Lee-W pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new c38ee15dc03 [v3-3-test] Fix grammar in PR guidelines (#68992) (#68994)
c38ee15dc03 is described below
commit c38ee15dc038e581cb5bcf8b7a47335ecfe0e4e1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 08:57:45 2026 +0800
[v3-3-test] Fix grammar in PR guidelines (#68992) (#68994)
Co-authored-by: Andrew Chang <[email protected]>
---
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.