Add allowed labels limiter

This new limiter allow to filter resources based on a label whitelist.

This allows expressing logic like "all the opened issue labeled with ~"CI/CD" only"

       conditions:
          state: opened
          labels: ["CI/CD"]
          allowed_labels: ["CI/CD"]

Merge request reports

Loading