From ee1ea0eef3e54a0762d5821e2352d8ef210f74b0 Mon Sep 17 00:00:00 2001 From: Bill Shi Date: Wed, 4 Sep 2024 23:49:05 -0700 Subject: [PATCH 1/2] fix(tg_ExprUtil): add curl header --- UDF/tg_ExprUtil.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UDF/tg_ExprUtil.hpp b/UDF/tg_ExprUtil.hpp index 8346b673..9d9d906b 100644 --- a/UDF/tg_ExprUtil.hpp +++ b/UDF/tg_ExprUtil.hpp @@ -38,6 +38,7 @@ #include #include #include +#include namespace tg { From e97b4c187bbc2822dc89cfe7e670afda677dcaba Mon Sep 17 00:00:00 2001 From: RobRossmiller-TG <165701656+RobRossmiller-TG@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:44:04 -0400 Subject: [PATCH 2/2] Update auto_request_review.yml --- .github/auto_request_review.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/auto_request_review.yml b/.github/auto_request_review.yml index 197024ed..e7f02871 100644 --- a/.github/auto_request_review.yml +++ b/.github/auto_request_review.yml @@ -11,13 +11,10 @@ reviewers: groups: primary: - RobRossmiller-TG - - wyattjoynertg - - parkererickson-tg - - victorleeTG - # secondary: - # - RobRossmiller-TG + - billshitg + - parkererickson-tg + - luzhoutg # - wyattjoynertg - # tertiary: # - victorleeTG files: @@ -33,5 +30,6 @@ options: # ignore PRs with title contains specific keywords ignored_keywords: - DO NOT REVIEW + - DNR # request reviews to all other members in the same group enable_group_assignment: true