diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3d21ed2..743a3a7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -143,4 +143,5 @@ jobs: if: github.event.pull_request.base.ref != 'develop' run: | echo "Error: Pull request target branch must be 'develop'. Please refer PR_GUIDELINES.md" + echo "Error: Close this PR and try again." exit 1