Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 799 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 799 Bytes

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.