Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 444 Bytes

File metadata and controls

18 lines (12 loc) · 444 Bytes

Communicate on pull request merged

An action for adding comments and labels to a pull request and referenced issue when the pull request is released.

Usage

See action.yml

steps:
- uses: fastlane/github-actions/communicate-on-pull-request-released@latest
  with:
    repo-token: ${{ secrets.GITHUB_TOKEN }}

License

The scripts and documentation in this project are released under the MIT License