github.com/systematiccaos/gorm@v1.22.6/.github/labels.json (about) 1 { 2 "labels": { 3 "critical": { 4 "name": "type:critical", 5 "colour": "#E84137", 6 "description": "critical questions" 7 }, 8 "question": { 9 "name": "type:question", 10 "colour": "#EDEDED", 11 "description": "general questions" 12 }, 13 "feature": { 14 "name": "type:feature_request", 15 "colour": "#43952A", 16 "description": "feature request" 17 }, 18 "invalid_question": { 19 "name": "type:invalid question", 20 "colour": "#CF2E1F", 21 "description": "invalid question (not related to GORM or described in document or not enough information provided)" 22 }, 23 "with_playground": { 24 "name": "type:with reproduction steps", 25 "colour": "#00ff00", 26 "description": "with reproduction steps" 27 }, 28 "without_playground": { 29 "name": "type:missing reproduction steps", 30 "colour": "#CF2E1F", 31 "description": "missing reproduction steps" 32 }, 33 "has_pr": { 34 "name": "type:has pull request", 35 "colour": "#43952A", 36 "description": "has pull request" 37 }, 38 "not_tested": { 39 "name": "type:not tested", 40 "colour": "#CF2E1F", 41 "description": "not tested" 42 }, 43 "tested": { 44 "name": "type:tested", 45 "colour": "#00ff00", 46 "description": "tested" 47 }, 48 "breaking_change": { 49 "name": "type:breaking change", 50 "colour": "#CF2E1F", 51 "description": "breaking change" 52 } 53 }, 54 "issue": { 55 "with_playground": { 56 "requires": 1, 57 "conditions": [ 58 { 59 "type": "descriptionMatches", 60 "pattern": "/github.com\/go-gorm\/playground\/pull\/\\d\\d+/s" 61 } 62 ] 63 }, 64 "critical": { 65 "requires": 1, 66 "conditions": [ 67 { 68 "type": "descriptionMatches", 69 "pattern": "/(critical|urgent)/i" 70 }, 71 { 72 "type": "titleMatches", 73 "pattern": "/(critical|urgent)/i" 74 } 75 ] 76 }, 77 "question": { 78 "requires": 1, 79 "conditions": [ 80 { 81 "type": "titleMatches", 82 "pattern": "/question/i" 83 }, 84 { 85 "type": "descriptionMatches", 86 "pattern": "/question/i" 87 } 88 ] 89 }, 90 "feature": { 91 "requires": 1, 92 "conditions": [ 93 { 94 "type": "titleMatches", 95 "pattern": "/feature/i" 96 }, 97 { 98 "type": "descriptionMatches", 99 "pattern": "/Describe the feature/i" 100 } 101 ] 102 }, 103 "without_playground": { 104 "requires": 6, 105 "conditions": [ 106 { 107 "type": "descriptionMatches", 108 "pattern": "/^((?!github.com\/go-gorm\/playground\/pull\/\\d\\d+).)*$/s" 109 }, 110 { 111 "type": "titleMatches", 112 "pattern": "/^((?!question).)*$/s" 113 }, 114 { 115 "type": "descriptionMatches", 116 "pattern": "/^((?!question).)*$/is" 117 }, 118 { 119 "type": "descriptionMatches", 120 "pattern": "/^((?!Describe the feature).)*$/is" 121 }, 122 { 123 "type": "titleMatches", 124 "pattern": "/^((?!critical|urgent).)*$/s" 125 }, 126 { 127 "type": "descriptionMatches", 128 "pattern": "/^((?!critical|urgent).)*$/s" 129 } 130 ] 131 } 132 }, 133 "pr": { 134 "critical": { 135 "requires": 1, 136 "conditions": [ 137 { 138 "type": "descriptionMatches", 139 "pattern": "/(critical|urgent)/i" 140 }, 141 { 142 "type": "titleMatches", 143 "pattern": "/(critical|urgent)/i" 144 } 145 ] 146 }, 147 "not_tested": { 148 "requires": 1, 149 "conditions": [ 150 { 151 "type": "descriptionMatches", 152 "pattern": "/\\[\\] Tested/" 153 } 154 ] 155 }, 156 "breaking_change": { 157 "requires": 1, 158 "conditions": [ 159 { 160 "type": "descriptionMatches", 161 "pattern": "/\\[\\] Non breaking API changes/" 162 } 163 ] 164 } 165 } 166 }