Uses an hourly github action to automatically unsubscribe from notification things.
- Fork the Repo
- Create a personal access token
- go to https://github.com/settings/tokens
- click 'Generate new token'
- create a new token with the
repo
andnotifications
scopes - copy your token
- click 'Configure SSO' and authorize any relevant organizations
- Add your token to your fork
- go to your fork -> repo settings -> secrets -> actions
https://github.com/<your_username>/notification-filterer/settings/secrets/actions
- click 'New repository secret'
- name it 'API_KEY' and paste in your token
- Enable workflows on the repo
- go to the actions tab of your fork and enable workflows
- click on the 'Filter Notifications' workflow on the left and Run Workflow to test!