mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-19 22:25:22 +02:00
format some files
This commit is contained in:
@@ -443,8 +443,8 @@ export default async function handler(
|
||||
|
||||
for (const app of secureApps) {
|
||||
// check for labels
|
||||
if (app?.previewLabels != "") {
|
||||
const previewLabels = app?.previewLabels?.split(",");
|
||||
if (app?.previewLabels != "") {
|
||||
const previewLabels = app?.previewLabels?.split(",");
|
||||
let hasLabel: boolean = false;
|
||||
const labels = githubBody?.pull_request?.labels;
|
||||
for (const label of labels) {
|
||||
@@ -454,8 +454,8 @@ export default async function handler(
|
||||
}
|
||||
}
|
||||
if (hasLabel)
|
||||
continue;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
const previewLimit = app?.previewLimit || 0;
|
||||
if (app?.previewDeployments?.length > previewLimit) {
|
||||
|
||||
Reference in New Issue
Block a user