Skip to content

Commit 903d3f8

Browse files
Add action for checking title
1 parent 37a7b70 commit 903d3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
run: |
1717
echo "PR title is: $PR_TITLE"
1818
echo "PR description is: $PR_DESCRIPTION"
19-
echo ${{ github.event.pull_request.comments[0] }}
2019
echo ${{ github.event.pull_request.body }}
20+
echo ${{ github.event.pull_request }}
2121
run-title-check:
2222
runs-on: ubuntu-latest
2323
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)