sindresorhus/refined-github





The issue has been closed
bypass-checks doesn't work any more. #4015
dgeelen-uipath posted onGitHub
A similar previous report is #3418, although there it still worked sometimes.
This used to work a while (some months) ago, but now it always opens the 'details' page.
URL where the bug appears: https://github.com/<organisation>/<project>/pull/1216
Screenshot:
As per my reading of #3418 this URL should go directly to CI.
There is a link on the checks page that can be followed, which goes to https://<organisation>.visualstudio.com/<GUID>/_build/results?buildId=<number>
:
The HTML for this link looks like this, if it helps:
<div class="mx-4 mb-4">
<a class="text-small text-gray-light" target="_blank" rel="noopener noreferrer" data-hydro-click="{"event_type":"check_suite.external_click","payload":{"check_suite_id":2102516452,"check_run_id":1959824889,"link_url":"https://<organisation>.visualstudio.com/<GUID>/_build/results?buildId=<number>","link_text":"View more details on","originating_url":"https://github.com/<organisation>/<project>/pull/1216/checks?check_run_id=1959824889","user_id":59690011}}" data-hydro-click-hmac="<gibberish>" href="https://<organisation>.visualstudio.com/<GUID>/_build/results?buildId=<number>">
<svg class="octicon octicon-link-external mr-2" viewBox="0 0 16 16" version="1.1" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 01.25.25v4.146a.25.25 0 01-.427.177L13.03 4.03 9.28 7.78a.75.75 0 01-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0110.604 1zM3.75 2A1.75 1.75 0 002 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 12.25v-3.5a.75.75 0 00-1.5 0v3.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-8.5a.25.25 0 01.25-.25h3.5a.75.75 0 000-1.5h-3.5z"></path></svg>View more details on Azure Pipelines
</a> </div>
This does seem to include the $('[data-hydro-click*="check_suite.external_click"]')
mentioned on #3418.
Current version of GitHub Refined is 21.2.23, Firefox 85.0.2 (64-bit)