Skip to content

martin-tomes/glabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application for managing labels for GitHub Pull Requests

Usage: filabel.py [OPTIONS] [REPOSLUGS]...

  CLI tool for filename-pattern-based labeling of GitHub PRs

Options:
  -s, --state [open|closed|all]   Filter pulls by state.  [default: open]
  -d, --delete-old                Delete labels that do not match anymore.
                                  [default: True]
  -D, --delete-all                Delete all labels.
                                  [default: False]
  -b, --base BRANCH               Filter pulls by base (PR target) branch
                                  name.
  -a, --config-auth FILENAME      File with authorization configuration.
  -c, --config-labels FILENAME    File with labels configuration.
  --help                          Show this message and exit.

About

GitHub Pull Requests labeling app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages