Update .github/workflows/conventional-labels.yml

Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
Edwin Jose 2025-12-26 11:00:26 -06:00 committed by GitHub
parent ca989fe49a
commit ae88880f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ jobs:
pull-requests: read pull-requests: read
steps: steps:
- name: Check PR Description - name: Check PR Description
uses: actions/github-script@v7 uses: actions/github-script@v8.0
with: with:
script: | script: |
const body = context.payload.pull_request.body || ''; const body = context.payload.pull_request.body || '';