chia7712 commented on code in PR #17299:
URL: https://github.com/apache/kafka/pull/17299#discussion_r1779330319


##########
.github/actions/gh-api-update-check/action.yml:
##########
@@ -39,23 +39,43 @@ inputs:
     description: "The text to display next to the check"
     default: ""
     required: false
-  context:
-    description: "The name of the status check"
+  title:
+    description: "The title of the status check"
     required: true
-  state:
-    description: "The state of the check. Can be one of: error, failure, 
pending, success"
+  status:
+    description: "The status of the check. Can be one of: queued, in_progress, 
completed, waiting, requested, pending"
     required: true
+  conclusion:
+    description: "Required if status is 'completed'. Can be one of: 
action_required, cancelled, failure, neutral, success, skipped, stale, 
timed_out"
+    required: false
 
 runs:
   using: "composite"
   steps:
-    - name: Update Check
+    - if: inputs.conclusion == ''

Review Comment:
   @mumrah, thanks for sharing. Although this step is not currently in use, it 
is intended to serve the needs of 
[KAFKA-17607](https://issues.apache.org/jira/browse/KAFKA-17607), right?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to