https://github.com/willscott/githush
🤫
https://github.com/willscott/githush
Last synced: about 1 year ago
JSON representation
🤫
- Host: GitHub
- URL: https://github.com/willscott/githush
- Owner: willscott
- Created: 2020-06-13T20:51:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T06:03:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T10:31:28.189Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
githush
---
there are classes of github events / notifications that aren't high value
but are hard to not-watch.
In particular if an issue is closed, or PR already merged it is typically less
relevant - especially since the artifact of the action may well take the form of
an email recording the event as well.
this script can run in the background to clean up no-longer-relevant events
from github notifications to keep them a bit less redundant.
Usage
---
Credentials: make a file named "auth.json" containing access credentials.
The easiest way to do this is create a "personal access token" in the github
ux, with permissions for "Repo" and "Notifications". Put the quoted string
(e.g. the valid json form of it) in the file "auth.json".
Running: `npm install && node index.js`