Skip to content

Commit 38afd8d

Browse files
committed
Create a pull request summary
1 parent 43f84b7 commit 38afd8d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/update_package_meta_data.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,12 @@ jobs:
9595
stdlib-reviewers
9696
branch: update-package-meta-data
9797
delete-branch: true
98+
99+
# Create a pull request summary:
100+
- name: 'Create summary'
101+
run: |
102+
echo "# :tada: Pull Request created! :tada:" >> $GITHUB_STEP_SUMMARY
103+
echo "" >> $GITHUB_STEP_SUMMARY
104+
echo "Pull request ${{ steps.cpr.outputs.pull-request-number }} was successfully ${{ steps.cpr.outputs.pull-request-operation }}."
105+
echo ":link: [${{ steps.cpr.outputs.pull-request-url }}](${{ steps.cpr.outputs.pull-request-url }})." >> $GITHUB_STEP_SUMMARY
106+
echo "Head SHA: [${{ steps.cpr.outputs.pull-request-head-sha }}](${{ steps.cpr.outputs.pull-request-url }}/commits/${{ steps.cpr.outputs.pull-request-head-sha }})." >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)