From eb396f3766f3af63467cabe9866aaafbdc17e32d Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Tue, 23 Dec 2025 14:13:01 -0500 Subject: [PATCH] Update conventional-labels.yml --- .github/workflows/conventional-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index d0015430..0707429f 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -64,7 +64,7 @@ jobs: console.log('PR description validation passed!'); label: - needs: [validate-pr-title, validate-pr-description] + needs: [validate-pr-title] name: Label PR runs-on: ubuntu-latest if: ${{ github.event.pull_request.user.type != 'Bot'}}