CAPT-1632 Implement review apps #2361
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set the access for individual scopes, or use permissions: write-all | |
on: pull_request | |
permissions: | |
pull-requests: write | |
jobs: | |
post_comment_on_pr: | |
runs-on: ubuntu-latest | |
name: Post review app url in comment on PR | |
steps: | |
- name: Post sticky pull request comment | |
uses: marocchino/sticky-pull-request-comment@v2 | |
with: | |
message: | | |
Review app deployed to <https://s118d02-app-pr-${{ github.event.pull_request.number }}-as.azurewebsites.net/additional-payments/claim> |