Update conventional-labels.yml

This commit is contained in:
Edwin Jose 2025-12-23 14:13:01 -05:00
parent bbed53f18c
commit eb396f3766

View file

@ -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'}}