Skip to content

Commit 37a7b70

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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] }}
20+
echo ${{ github.event.pull_request.body }}
1921
run-title-check:
2022
runs-on: ubuntu-latest
2123
if: github.event.pull_request.draft == false

0 commit comments

Comments
 (0)