CAPT-1633 Form objects for reminders | CAPT-1634 Encapsulate pre/post form rendering/submission logic per-journey (Part 1) #2364
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> |