An action for adding comments and labels to a pull request and referenced issue when the pull request is released.
See action.yml
steps:
- uses: fastlane/github-actions/communicate-on-pull-request-released@latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
The scripts and documentation in this project are released under the MIT License