Add ui performance label to ui building pod (#4270)

Co-authored-by: Satish Gandham <satish@appsmith.com>
This commit is contained in:
Satish Gandham 2021-05-06 16:26:07 +05:30 committed by GitHub
parent bf81709492
commit db6636d161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.github/config.json vendored
View File

@ -648,6 +648,11 @@
"type": "hasLabel",
"label": "UI Building",
"value": true
},
{
"type": "hasLabel",
"label": "UI Performance",
"value": true
}
]
},