Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter expert: Docs fix, treat false as false for filter_regex and add logging #2499

Merged
merged 3 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    4855ef9 View commit details
    Browse the repository at this point in the history
  2. filter expert: treat filter_regex false as False

    if the parameter
    filter_regex: false
    was set, the bot treated this as true
    with this patch, false is treated as false
    sebix committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    47670d3 View commit details
    Browse the repository at this point in the history
  3. filter expert: add debugging output for comparisons

    if users or devs run the bot in DEBUG log level, there was no useful
    output yet.
    This change adds two log statements, showing which comparision was made
    sebix committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f3a3573 View commit details
    Browse the repository at this point in the history