vshn / concierge-cli

Companion CLI for Concierge to bulk-manage repository projects.
https://pypi.org/project/concierge-cli/
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Fix topic matching logic #105

Closed TheBigLee closed 1 year ago

TheBigLee commented 1 year ago

The logic for matching topics is wrong here. To correctly match the topics on a project with a list of provided topics, we need to do an intersection of both and do a strict test on the result with the provided topic.

Signed-off-by: Nicolas Bigler nicolas.bigler@vshn.ch