github.com/cloudwego/hertz@v0.9.3/.github/labels.json (about)

     1  {
     2    "labels": {
     3      "invalid_issue": {
     4        "name": "invalid issue",
     5        "colour": "#CF2E1F",
     6        "description": "invalid issue (not related to Hertz or described in document or not enough information provided)"
     7      }
     8    },
     9    "issue": {
    10      "invalid_issue": {
    11        "requires": 3,
    12        "conditions": [
    13          {
    14            "type": "descriptionMatches",
    15            "pattern": "/^((?!Describe the bug).)*$/is"
    16          },
    17          {
    18            "type": "descriptionMatches",
    19            "pattern": "/^((?!Is your feature request related to a problem\\? Please describe).)*$/is"
    20          },
    21          {
    22            "type": "descriptionMatches",
    23            "pattern": "/^((?!Describe the Question).)*$/is"
    24          }
    25        ]
    26      }
    27    }
    28  }