Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bones-stale-branches command #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Sep 27, 2019

  1. Add bones-stale-branches command

    This command lists all stale branches in a repository.
    If you're in a repository with a .nengobones.yml, it will
    use the provided information. You can also pass a repo
    on the command line.
    
    Some known issues:
    
    - In order to avoid rate limiting, you must provide a Github
      username and personal access token as environment variables.
    - The call to the list of branches is not properly paginated,
      so only the first chunk of branches is fetched properly.
    tbekolay committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a3c4024 View commit details
    Browse the repository at this point in the history