We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6414279 commit 0910286Copy full SHA for 0910286
server.rb
@@ -108,7 +108,7 @@ def initiate_check_run
108
# to 'in_progress' and run the CI process. When the CI finishes, you'll
109
# update the check run status to 'completed' and add the CI results.
110
111
- # Octokit doesn't yet support the Checks API, but it does provide generic
+ # At time of writing, Octokit doesn't support the Checks API, but it does provide generic
112
# HTTP methods you can use:
113
# https://developer.github.com/v3/checks/runs/#update-a-check-run
114
updated_check_run = @installation_client.patch(
0 commit comments