sindresorhus/refined-github

Allow toggling autoscroll on Github Actions build output #3836

weirdan posted onGitHub

Currently Github Actions always do automatic scroll to the bottom on any output. It's fairly annoying when you noticed potential issue in an earlier step and want to check it out while the build is still running. It would be nice to have a control (with fixed position in regards to the viewport) that you could click to toggle the autoscroll on or off.

URLs: https://github.com/{org}/{repo}/runs/{run id} and https://github.com/{org}/{repo}/pull/{pr id}/checks


Preventing GitHub’s native scroll would be tough. I suggest asking GitHub to implement it as “autoscroll unless the user has scrolled up” behavior that all shells have.

posted by fregante over 4 years ago

Already asked them, with no response so far.

posted by weirdan over 4 years ago

I'll close this as it's impossible to reliably prevent scrolling (without flickering, hacks, possibly-annoying bugs)

posted by fregante over 4 years ago

Fund this Issue

$0.00
Funded

Pull requests