We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e4e1 commit 7e9bcf3Copy full SHA for 7e9bcf3
1 file changed
.github/workflows/VersionCalPRComment.yml
@@ -126,6 +126,7 @@ jobs:
126
env:
127
pr_label_list: ${{ toJson(github.event.pull_request.labels.*.name) }}
128
pr_user: ${{ github.event.pull_request.user.login }}
129
+ pr_title: ${{ github.event.pull_request.title }}
130
base_branch: ${{ github.event.pull_request.base.ref }}
131
base_branch_pre: "upstream"
132
diff_code_file: "diff_codes.txt"
@@ -270,4 +271,4 @@ jobs:
270
271
run: |
272
echo label: $LABELS
273
echo blocked
- exit 1
274
+ exit 1
0 commit comments