Skip to content

Commit a89cfb5

Browse files
committed
empty PR
1 parent f01751e commit a89cfb5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/pr_metadata_check.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@ jobs:
2626
exit 1
2727
2828
empty_pr_description:
29-
- name: Check for PR description
30-
if: ${{ github.event.pull_request.body == '' }}
31-
id: pr_description
32-
run: |
33-
echo "Pull request description cannot be empty."
34-
exit 1
29+
if: ${{ github.event.pull_request.body == '' }}
30+
name: PR Description
31+
runs-on: ubuntu-22.04
32+
steps:
33+
- name: Check for PR description
34+
run: |
35+
echo "Pull request description cannot be empty."
36+
exit 1

0 commit comments

Comments
 (0)