GithubHelp home page GithubHelp logo

pr-script's Introduction

PR Script

This script shows PR's in need of a rebase visually on the PR page instead of inside the PR.

Requirements

Installation

  1. Generate a new personal access token at https://github.com/settings/tokens and keep it saved somewhere safe
  2. Clone this repo
  3. Install the dependencies with yarn install
  4. Open index.js and replace token with the token you generated
  5. Build the project with yarn build
  6. Open the Tampermonkey plugin
  7. Create a new script
  8. 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==
  1. Open out.js and copy paste the contents below the header inside the function block
  2. Open any repo PR page and you should see the icons update as the requests finish

pr-script's People

Contributors

bluewave41 avatar

Stargazers

Luba Kleimenova avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.