File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,13 +55,15 @@ jobs:
5555 base : master
5656 committer : slack-ruby-ci-bot <noreply@github.com>
5757 author : slack-ruby-ci-bot <noreply@github.com>
58- - uses : jacobtomlinson/gha-find-replace@v3
58+ - name : Update CHANGELOG
59+ uses : jacobtomlinson/gha-find-replace@v3
5960 if : ${{ steps.cpr.outputs.pull-request-number != '' }}
6061 with :
6162 include : CHANGELOG.md
6263 find : " \\ * Your contribution here."
6364 replace : " * [#${{steps.cpr.outputs.pull-request-number}}](https://github.com/slack-ruby-client/pulls/${{steps.cpr.outputs.pull-request-number}}): Update API from [slack-api-ref@${{ steps.api-ref.outputs.api-ref }}](https://github.com/slack-ruby/slack-api-ref/commit/${{ steps.api-ref.outputs.api-ref }}) - [@slack-ruby-ci-bot](https://github.com/apps/slack-ruby-ci-bot).\n * Your contribution here."
6465 - name : Commit and Push
66+ if : ${{ steps.cpr.outputs.pull-request-number != '' }}
6567 run : |
6668 git config --local user.name 'slack-ruby-ci-bot'
6769 git config --local user.email 'noreply@github.com'
You can’t perform that action at this time.
0 commit comments