chisatokashima-eizo
Results
1
comments of
chisatokashima-eizo
I set it up as below and it worked. ``` github.rest.repos.createCommitStatus({ owner: context.repo.owner, repo: context.repo.repo, sha: context.payload.pull_request.head.sha state: 'success', target_url: context.payload.repository.commits_url, }) ```