Socket
Socket
Sign inDemoInstall

github-unsubscriber

Package Overview
Dependencies
12
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github-unsubscriber

unwatch repositories in 1 action


Version published
Maintainers
1
Install size
1.31 MB
Created

Readme

Source

github-unsubscriber

unwatch repositories in 1 action

# required repo:status, public_repo, notifications
#   from https://github.com/settings/tokens
$ export GITHUB_TOKEN=<your github personal access token place here>

# setup config
$ curl -L -o unsubscribe-config.yml https://raw.githubusercontent.com/vvakame/github-unsubscriber/master/unsubscribe-config.yml.sample
$ cat unsubscribe-config.yml
unwatch:
  # subscribed repository will be filtered by ... new RegExp(pattern).test(`${repo.owner.name}/${repo.name}`)
  rules:
    - foobar-org/
  ignores:
    - my-favorite-repo

$ npx github-unsubscriber
Below list will be unwatch...
	foobar-org/suddenly-created-repo
Let's use the --run option if you really want to unwatch...

$ npx github-unsubscriber --run
Below list will be unwatch...
	foobar-org/suddenly-created-repo
done!

FAQs

Last updated on 25 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc