fastlane / github-actions

MIT License
75 stars 7 forks source link

Add user greetings to `communicate-on-pull-request-merged` message #20

Closed mollyIV closed 5 years ago

mollyIV commented 5 years ago

We are going to read a user login in a workflow file:

...
- uses: fastlane/github-actions/communicate-on-pull-request-merged@latest
  with:
    pr-comment: "Hey @${{ github.event.pull_request.user.login }} :wave:\n ..."
    ...

Due to above, closing this PR.