I have created a GitHub application, which, on push, creates a new check run and writes some data on it. In order to improve my application, is it possible to count the number of times the user visited the check run page and saw the results? E.g. I want to know, for example, that the user visited my check run page on 20 commits that my application ran.
I have already taken a look in the GitHub API for check runs, but I was not able to find something similar.