Skip to content

Releases: viktoradavid/github_labelbot

Labelbot v0.5.0

Labelbot v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@viktoradavid viktoradavid released this 09 Nov 09:28

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

Labelbot v0.3.0

Labelbot v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@viktoradavid viktoradavid released this 25 Oct 21:17
  • 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

Labelbot v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@viktoradavid viktoradavid released this 15 Oct 22:06

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

Labelbot v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@viktoradavid viktoradavid released this 11 Oct 17:34

Minor code refactoring - updated comments, other small changes.

Initial release

Initial release Pre-release
Pre-release

Choose a tag to compare

@viktoradavid viktoradavid released this 08 Oct 21:04

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.