File tree Expand file tree Collapse file tree
examples/bulk-import/BulkImport Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ on: # yamllint disable-line rule:truthy
66 - " main"
77 pull_request :
88 branches : ["*"]
9+ types :
10+ # NOTE: these are the defaults
11+ - opened
12+ - synchronize
13+ - reopened
14+ # NOTE: we add this to let the conversion from draft trigger the workflows
15+ - ready_for_review
916jobs :
1017 lint :
1118 # Uses pre-commit to run all checks
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ on: # yamllint disable-line rule:truthy
66 - " main"
77 pull_request :
88 branches : ["*"]
9+ types :
10+ # NOTE: these are the defaults
11+ - opened
12+ - synchronize
13+ - reopened
14+ # NOTE: we add this to let the conversion from draft trigger the workflows
15+ - ready_for_review
916jobs :
1017 lint :
1118 runs-on : " ubuntu-latest"
Original file line number Diff line number Diff line change 88using Grpc . Net . Client ;
99using Grpc . Core ;
1010
11- var TOKEN = "sometoken " ;
11+ var TOKEN = "something " ;
1212
1313var TOTAL_RELATIONSHIPS_TO_WRITE = 1000 ;
1414var RELATIONSHIPS_PER_TRANSACTION = 100 ;
You can’t perform that action at this time.
0 commit comments