Skip to content

Commit

Permalink
📚 Add prerequisites to README
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbarton90 committed Dec 1, 2023
1 parent 7c29bd4 commit c621aa7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
A small [gh](https://github.com/cli/cli) extension to help cleanup notifications
for when a pull request or issue is marked as closed or merged.

## Prerequisite

Prior to setting up this tool to be used, you'll need to add the "notifications"
scope to your gh token. Your token can be refreshed to get the scope via `gh
auth refresh --scopes notifications`.

The correct scopes can be verified via `gh auth status`. The last line it prints
informs you of the "Token scopes".

## Usage

```shell
Expand Down

0 comments on commit c621aa7

Please sign in to comment.