This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Github status check sort | |
| // @namespace https://github.com/ | |
| // @version 1.1.3 | |
| // @description Sort the status checks on a PR by status and then by name | |
| // @author Skjnldsv | |
| // @match https://github.com/*/*/pull/* | |
| // @icon https://github.githubassets.com/favicons/favicon.svg | |
| // @grant none | |
| // @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js |