wildfly / wildfly-github-bot

GitHub bot for WildFly project.
Apache License 2.0
3 stars 13 forks source link

Add default value for wildfly, format and rework RegexPattern #116

Closed The-Huginn closed 1 year ago

The-Huginn commented 1 year ago

Resolves #114 and resolves a bug found by @petrberan , when only RegexPattern.enabled property is set to true and RegexPattern.message then results in null.

The-Huginn commented 1 year ago

Please review @petrberan @xstefank

petrberan commented 1 year ago

@The-Huginn What is the behavior when the config is

wildfly:
  format:
    title:

?

The-Huginn commented 1 year ago

Thanks @petrberan . I have added 4 more tests. 2 are testing the suggested correct behaviors from your review and 2 more for the emptry title entry

The-Huginn commented 1 year ago

Also I can add tests for empty commit and description entries, as I have updated them too.

petrberan commented 1 year ago

Please do @The-Huginn