I've found a bug in the logic the AI code review plugin uses to determine whether a change with a topic should get reviewed. The result is that with the default configuration, all changes with any topic will get skipped.
Basically the
logic here is broken because the default value for `disableTopicFilter` is "" - that will match everything, so if a topic isn't empty, the change will be excluded. For the time being, a workaround is to set `disableTopicFilter` in gerrit.config to
something that should never match a real topic, eg. `disableTopicFilter =
NOTHING_IS_DISABLED`.
The fix should be easy, but it will be different depending on whether you want the "enabled topics" filter to trump "disabled topics" or vice-versa. The documentation doesn't make it clear what the intent is there.
Is there a public bug tracker for this plugin, or for Googlesource-supported plugins in general, where I could file a ticket with more details? Or is posting here sufficient?
Thanks,
Ceej
aka Chris Hillery