Skip to content

Commit

Permalink
Output link to Prepare Release PR in GitHub summary (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzuelke authored Apr 15, 2024
1 parent 294bc8a commit d3dcac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/_classic-buildpack-prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ jobs:
delete-branch: true
committer: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}>
author: ${{ vars.LINGUIST_GH_APP_USERNAME }} <${{ vars.LINGUIST_GH_APP_EMAIL }}>
- name: PR link for GitHub summary
if: ${{ steps.pr.outputs.pull-request-number }}
run: echo '## PR [#${{ steps.pr.outputs.pull-request-number }}](${{ steps.pr.outputs.pull-request-url }}) ${{ steps.pr.outputs.pull-request-operation }}' >> "$GITHUB_STEP_SUMMARY"

- name: Enable pull request auto-merge
if: steps.pr.outputs.pull-request-operation == 'created'
Expand Down

0 comments on commit d3dcac7

Please sign in to comment.