/gh-pr-display-target-branch

A Firefox plugin that displays a label with the target branch of Pull Requests on GitHub

Primary LanguageJavaScript

GitHub Pull Requests Display Target Branch

https://addons.mozilla.org/en-US/firefox/addon/github-prs-display-target-bran/

A Firefox plugin that displays a label with the target branch of Pull Requests on GitHub.

Screenshot showing PR list with labels

Why?

To fill a missing functionality described here: https://github.com/orgs/community/discussions/28858

Developing on this

To test in FF without releasing

  • Disable the released extension, if already installed
  • Go to about:debugging and go to "This Firefox"
  • Click "Load Temporary Add-on..."
  • Select the manifest.json from here
  • Test things
  • Once done, remove it from "This Firefox"

Release steps

(note: npm install --global web-ext needed)