From 4628b18ad07ca9c6a86a6cd4e54b7b71ed76221e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 15 Sep 2025 08:55:33 -0700 Subject: [PATCH] IMPALA-14439: Fix YAML directives end marker Incorrect marker was included at the beginning (`--` instead of `---`) which caused Apache Infrastructure to reject the file. Tested with a YAML validator. Change-Id: I554ba9b12655b1dbc8d38f6d533d51be92578369 Reviewed-on: http://gerrit.cloudera.org:8080/23426 Reviewed-by: Michael Smith Tested-by: Michael Smith --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index f903b1154..1318c29cd 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,7 +16,7 @@ # under the License. # https://github.com/apache/infrastructure-asfyaml/blob/main/README.md --- +--- github: autolink_jira: - IMPALA