2.0.4 • Published 4 years ago

merge-dependabot-prs v2.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

merge-dependabot-prs

Load Dependabot PRs from your notifications, merge the green ones and remove notifications

Usage

GITHUB_TOKEN=... npx merge-dependabot-prs

How it works

The code is commented, I hope it's self-explanatory. Please feel free to create an issue if something is not clear.

In a nutshell:

  1. Loads all your notifications
  2. Filters out notifications that look like PRs from Dependabot
  3. Makess sure that all checks ran and that the combined status is success
  4. Merges the pull request using the rebase merge method
  5. Marks the notification as read

Related projects

License

ISC

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago