We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad97e14 + e97b4c1 commit 04acc4fCopy full SHA for 04acc4f
.github/auto_request_review.yml
@@ -11,13 +11,10 @@ reviewers:
11
groups:
12
primary:
13
- RobRossmiller-TG
14
- - wyattjoynertg
15
- - parkererickson-tg
16
- - victorleeTG
17
- # secondary:
18
- # - RobRossmiller-TG
+ - billshitg
+ - parkererickson-tg
+ - luzhoutg
19
# - wyattjoynertg
20
- # tertiary:
21
# - victorleeTG
22
23
files:
@@ -33,5 +30,6 @@ options:
33
30
# ignore PRs with title contains specific keywords
34
31
ignored_keywords:
35
32
- DO NOT REVIEW
+ - DNR
36
# request reviews to all other members in the same group
37
enable_group_assignment: true
UDF/tg_ExprUtil.hpp
@@ -38,6 +38,7 @@
38
#include <random>
39
#include <fstream>
40
#include <sstream>
41
+#include <curl/curl.h>
42
43
namespace tg {
44
0 commit comments