octopus-github try
A userscript for GitHub with the following features:
- Quick access to the Files changed page of a PR
- Bulk comment on multiple PRs
-
Install a userscript manager of your choice, such as Tampermonkey.
-
Add the userscript by clicking
gh-util.user.js
. -
(Optional) Configure your own GitHub personal access token (
repo
scope) when you use the bulk comment feature for the first time.
The following uses Tampermonkey as an example.
-
Click the Tampermonkey icon in the browser toolbar.
-
Click Dashboard. The Tampermonkey dashboard is displayed.
-
Click Installed userscripts. The list of installed userscripts is displayed.
-
Select Octopus GitHub.
-
Choose Trigger update from the Apply this to all selected scripts menu and click Start. The userscript is updated to the latest version.
-
Check if you have configured a Github personal access token.
-
Check if the token has the
repo
scope. -
Check if the token has expired.
-
Go to the Developer Tools of your browser and then click the Application tab.
-
In the Storage section on the left panel, click Local Storage > https://github.com.
-
Search for the key
octopus-github-util:token
and modify/delete it.