Skip to content

Commit 6414279

Browse files
swintonrachmari
andauthored
Update server.rb
Co-Authored-By: rachmari <rachmari@github.com>
1 parent 127d24d commit 6414279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class GHAapp < Sinatra::Application
8383

8484
# Create a new check run with the status queued
8585
def create_check_run
86-
# Octokit does not support the Checks API yet, but it does provide generic
86+
# At time of writing, Octokit does not support the Checks API, but it does provide generic
8787
# HTTP methods you can use:
8888
# https://developer.github.com/v3/checks/runs/#create-a-check-run
8989
check_run = @installation_client.post(

0 commit comments

Comments
 (0)