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.
To fill a missing functionality described here: https://github.com/orgs/community/discussions/28858
- 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"
- Make changes
- Update
manifest.json
with new version - Commit
web-ext build
to package (generates .zip)- Get credentials from https://addons.mozilla.org/en-US/developers/addon/api/key/
web-ext sign --channel listed --amo-metadata amo-metadata.json --api-key ISSUER --api-secret SECRET
from that page (takes a while!)- When approved, install from https://addons.mozilla.org/en-US/firefox/addon/github-prs-display-target-bran/
(note: npm install --global web-ext
needed)