This script shows PR's in need of a rebase visually on the PR page instead of inside the PR.
- Chrome: https://www.tampermonkey.net/
- Firefox: https://addons.mozilla.org/en-CA/firefox/addon/tampermonkey/
- Generate a new personal access token at https://github.com/settings/tokens and keep it saved somewhere safe
- Clone this repo
- Install the dependencies with
yarn install
- Open
index.js
and replacetoken
with the token you generated - Build the project with
yarn build
- Open the Tampermonkey plugin
- Create a new script
- Paste this in as the header
// @name PR Script
// @namespace http://tampermonkey.net/
// @version 0.1
// @description A PR script to show PR's in need of a rebase on the PR screen instead of inside individual PRs.
// @author Matthew Semeniuk (bluewave41)
// @match https://github.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// @run-at document-start
// ==/UserScript==
- Open
out.js
and copy paste the contents below the header inside the function block - Open any repo PR page and you should see the icons update as the requests finish