Update .github/workflows/conventional-labels.yml
Co-authored-by: Madhavan <msmygit@users.noreply.github.com>
This commit is contained in:
parent
ca989fe49a
commit
ae88880f61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conventional-labels.yml
vendored
2
.github/workflows/conventional-labels.yml
vendored
|
|
@ -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 || '';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue