From c952dd2ace53d3d103cd1f574dc6340af5f81dce Mon Sep 17 00:00:00 2001 From: eaydingol Date: Fri, 17 Oct 2025 12:25:07 +0300 Subject: [PATCH] Fix --- .github/workflows/compatibility-check.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/compatibility-check.yml b/.github/workflows/compatibility-check.yml index de807759a..4353850eb 100644 --- a/.github/workflows/compatibility-check.yml +++ b/.github/workflows/compatibility-check.yml @@ -52,24 +52,6 @@ jobs: return; } - const { context } = github; - const labels = []; - - if (results.length > 0) { - labels.push('breaking-change'); - } - - - // Add labels to PR - if (labels.length > 0) { - await github.rest.issues.addLabels({ - owner: context.repo.owner, - repo: context.repo.repo, - issue_number: context.payload.pull_request.number, - labels: labels - }); - } - // Add comment with detailed findings if (results.length > 0) { const comment = `## Potential Backward Compatibility Issues Detected