From b7c06b2c0cdd90673a92a45ad0cd6a174e07b71f Mon Sep 17 00:00:00 2001 From: Dongyang Li Date: Thu, 12 Oct 2023 17:49:31 +0800 Subject: [PATCH] [chore](workflow) add back 'License Check' and 'Clang Formatter' (#25349) add back 'License Check' and 'Clang Formatter' --- .asf.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 2b1be01a09..a82497c107 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,6 +48,8 @@ github: # if strict is true, means "Require branches to be up to date before merging". strict: false contexts: + - License Check + - Clang Formatter - CheckStyle - P0 Regression (Doris Regression) - P1 Regression (Doris Regression)