We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pull_request.body
pull_request.bodyText
1 parent 7a7b368 commit acb47c8Copy full SHA for acb47c8
.github/workflows/json.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/github-script@v7
24
env:
25
TITLE: ${{ github.event.pull_request.title }}
26
- BODY: ${{ github.event.pull_request.bodyText }}
+ BODY: ${{ github.event.pull_request.body }}
27
with:
28
script: |
29
const pattern = /Not\s+a\s+Contribution/i;
0 commit comments