Releases: viktoradavid/github_labelbot
Labelbot v0.5.0
Documented source codes and added the documentation to Read the Docs.
Labelbot v0.3.0
- Added setup.py
- Added package to testpypi
- Config files are now automatically placed in ~/.config
- Config file validation doesn't block --help anymore
Labelbot v0.2.0
Added webhook functionality to labelbot, allowing it to label new issues or comments right after they are created instead of periodically in intervals.
The command was split to two subcommands:
$ labelbot/run.py [OPTIONS] web [OPTIONS]
$ labelbot/run.py [OPTIONS] console [OPTIONS] [ARGUMENTS]
Please see --help for addition information.
Labelbot v0.1.1
Minor code refactoring - updated comments, other small changes.
Initial release
This is an initial release of GitHub Labelbot. It might be buggy and available features are limited.
Supported options
-t, --token-file PATH - file containing GitHub token information
-u, --rules-file PATH - file containing issues labeling rules
-i, --interval INTEGER - time interval in seconds in which to check issues
-d, --default-label TEXT - default label to use after no rule is matched
-c, --check-comments - flag indicating comments should also be checked
-s, --skip-labeled - skip labeling issues that already have any label
--help - Show this message and exit.