qqu0127 commented on code in PR #2368:
URL: https://github.com/apache/helix/pull/2368#discussion_r1097776278


##########
.github/workflows/Helix-Manual-CI.yml:
##########
@@ -0,0 +1,37 @@
+name: Helix Manual CI
+on:
+  workflow_dispatch:
+    inputs:
+      buildRef:
+        description: Ref to build (commit, branch, or refs/pull/1234/head or 
refs/pull/1234/merge)
+        required: true
+        default: refs/pull/1234/merge
+      mvnOpts:
+        description: Maven options
+        required: true
+        default: --fail-at-end
+      goals:
+        description: Maven goals
+        required: true
+        default: -fae test

Review Comment:
   Got it, just a thought, the tool might be more useful by more people if we 
just provide a few options with explanation. Manual input seems to be an 
overkill, there is no syntax check etc.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to