An action for adding comments and labels to a pull request when it is merged.
See action.yml
steps:
- uses: fastlane/github-actions/communicate-on-pull-request-merged@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-comment: "Hey @${{ github.event.pull_request.user.login }} :wave: Thank you for your contribution!"
The scripts and documentation in this project are released under the MIT License