Skip to content

Commit bd5bfb5

Browse files
Check PR description
1 parent 82262ba commit bd5bfb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/description-check-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Print PR info to console
1414
run: |
15-
echo "${{ github.event.pull_request.labels }}"
16-
echo "${{ github.event.pull_request }}"
15+
echo "${{ github.event.pull_request.labels.description }}"
16+
echo "${{ github.event.pull_request.comments }}"

0 commit comments

Comments
 (0)