Skip to content

Commit 04acc4f

Browse files
Merge pull request #172 from tigergraph/master
Sync branches DNR
2 parents ad97e14 + e97b4c1 commit 04acc4f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/auto_request_review.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,10 @@ reviewers:
1111
groups:
1212
primary:
1313
- RobRossmiller-TG
14-
- wyattjoynertg
15-
- parkererickson-tg
16-
- victorleeTG
17-
# secondary:
18-
# - RobRossmiller-TG
14+
- billshitg
15+
- parkererickson-tg
16+
- luzhoutg
1917
# - wyattjoynertg
20-
# tertiary:
2118
# - victorleeTG
2219

2320
files:
@@ -33,5 +30,6 @@ options:
3330
# ignore PRs with title contains specific keywords
3431
ignored_keywords:
3532
- DO NOT REVIEW
33+
- DNR
3634
# request reviews to all other members in the same group
3735
enable_group_assignment: true

UDF/tg_ExprUtil.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <random>
3939
#include <fstream>
4040
#include <sstream>
41+
#include <curl/curl.h>
4142

4243
namespace tg {
4344

0 commit comments

Comments
 (0)