Skip to content

Commit 7e9bcf3

Browse files
authored
Update VersionCalPRComment.yml
1 parent ab4e4e1 commit 7e9bcf3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/VersionCalPRComment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
env:
127127
pr_label_list: ${{ toJson(github.event.pull_request.labels.*.name) }}
128128
pr_user: ${{ github.event.pull_request.user.login }}
129+
pr_title: ${{ github.event.pull_request.title }}
129130
base_branch: ${{ github.event.pull_request.base.ref }}
130131
base_branch_pre: "upstream"
131132
diff_code_file: "diff_codes.txt"
@@ -270,4 +271,4 @@ jobs:
270271
run: |
271272
echo label: $LABELS
272273
echo blocked
273-
exit 1
274+
exit 1

0 commit comments

Comments
 (0)