This is an automated email from the ASF dual-hosted git repository.
yiconghuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/texera.git
The following commit(s) were added to refs/heads/master by this push:
new e261518524 chore: fix typo in .asf.yaml (#3648)
e261518524 is described below
commit e26151852454da5cdff121989bf18660d18eea60
Author: Yicong Huang <[email protected]>
AuthorDate: Thu Aug 7 18:54:14 2025 -0700
chore: fix typo in .asf.yaml (#3648)
The schema expects `contexts` not `context`.
Signed-off-by: Yicong Huang <[email protected]>
---
.asf.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 437830f69e..9409721abe 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -65,7 +65,7 @@ github:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
- context: ~
+ contexts: ~
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
@@ -75,7 +75,7 @@ github:
test-branch:
required_status_checks:
strict: true
- context:
+ contexts:
- Build
- Release Auditing
- Lint PR