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 127d24d commit 6414279Copy full SHA for 6414279
server.rb
@@ -83,7 +83,7 @@ class GHAapp < Sinatra::Application
83
84
# Create a new check run with the status queued
85
def create_check_run
86
- # Octokit does not support the Checks API yet, but it does provide generic
+ # At time of writing, Octokit does not support the Checks API, but it does provide generic
87
# HTTP methods you can use:
88
# https://developer.github.com/v3/checks/runs/#create-a-check-run
89
check_run = @installation_client.post(
0 commit comments