Skip to content

A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

License

Notifications You must be signed in to change notification settings

ashleymcnamara/ghb0t

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghb0t

Travis CI

A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

NOTE: This will never delete a branch named "master" AND will never delete a branch that is not owned by the current authenticated user. If the pull request is closed without merging, it will not delete it.

Usage

$ ghb0t -h
ghb0t - v0.1.0
  -d    run in debug mode
  -seconds int
        seconds to wait before checking for new events (default 30)
  -token string
        GitHub API token
  -v    print version and exit (shorthand)
  -version
        print version and exit

About

A GitHub Bot to automatically delete your fork's branches after a pull request has been merged.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 85.2%
  • Makefile 14.8%