You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/15 16:41:02 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32193: [DO-NOT-MERGE][POC] Add GitHub status check in PR instead of a comment

HyukjinKwon commented on a change in pull request #32193:
URL: https://github.com/apache/spark/pull/32193#discussion_r614227854



##########
File path: .github/workflows/update_build_status.yml
##########
@@ -0,0 +1,54 @@
+name: Update build status
+
+on:
+  schedule:
+  - cron: "*/15 * * * *"

Review comment:
       Yeah, that's a problem. I will try to integrate with ["action required" status](https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api#about-check-suites) of the checks in GitHub Actions (that allows us to link URLs with some guides)
   
   This workflow is okay because this one is supposed to run in the main repo but if users disable the main build job, it's a problem.
   
   This is one example when a contributor did not enable the main build job: https://github.com/apache/spark/pull/32187




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org