You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be missing something, but is this not a problem?
Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.
Or does it no longer solely count as a branch on a forked repository once a pull request is made?
Interesting. I think "it no longer solely count as a branch on a forked repository once a pull request is made" is the case in a technical sense, but that's always felt like an undocumented side effect of the GitHub infrastructure, and not something to rely on. I wonder what happens in practice.
It does seem like the API would be pretty useless if it didn't detect updates to PRs made from forks, so I suspect it works. But that wording is strange.
https://docs.github.com/en/rest/reference/checks
This seems like it might be more suitable for PR-focused checks. Our current use of "commit statuses" leads to issues like #172.
I am aware of some other CLA-checker services making this switch currently.
The text was updated successfully, but these errors were encountered: