Skip to content

Releases: viktoradavid/github_labelbot

Labelbot v0.5.0

09 Nov 09:28

Choose a tag to compare

Labelbot v0.5.0 Pre-release
Pre-release

Documented source codes and added the documentation to Read the Docs.

Labelbot v0.3.0

25 Oct 21:17

Choose a tag to compare

Labelbot v0.3.0 Pre-release
Pre-release
  • 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

15 Oct 22:06

Choose a tag to compare

Labelbot v0.2.0 Pre-release
Pre-release

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

11 Oct 17:34

Choose a tag to compare

Labelbot v0.1.1 Pre-release
Pre-release

Minor code refactoring - updated comments, other small changes.

Initial release

08 Oct 21:04

Choose a tag to compare

Initial release Pre-release
Pre-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.