github.com/cilium/cilium@v1.16.2/.github/maintainers-little-helper.yaml (about)

     1  auto-label:
     2    - "kind/backports"
     3    - "backport/1.16"
     4  require-msgs-in-commit:
     5    - regexpMsg: "(?m)^Signed-off-by:"
     6      helper: "https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#developer-s-certificate-of-origin"
     7      set-labels:
     8        - "dont-merge/needs-sign-off"
     9  block-pr-with:
    10    labels-set:
    11      - regex-label: "dont-merge/.*"
    12        helper: "Blocking mergeability of PR as 'dont-merge/.*' labels are set"