Skip to content

Commit

Permalink
Update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Oct 9, 2023
1 parent 350a9f9 commit f79f466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
## Ticket and context

Ticket: [HFEYP-###](https://dfedigital.atlassian.net/browse/HFEYP-###)
## Tech review
Ticket: [ER-###](https://dfedigital.atlassian.net/browse/ER-###)

### Is there anything that the code reviewer should know?

### Code quality checks
- [ ] All commit messages are meaningful and true

## Product review

### How can someone see it in review app?
1. Click the link to review app (posted by a `github-actions` bot below)
2. Follow the steps from the ticket.
6 changes: 6 additions & 0 deletions .github/workflows/tf-azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ jobs:
jq 'with_entries(.key |= ascii_downcase)' tmp-secrets.json > web-secrets.auto.tfvars.json
jq 'with_entries(.key |= ascii_downcase)' tmp-vars.json > web-vars.auto.tfvars.json
# Terraform import
- name: Terraform import
id: tf-import
run: >
terraform import azurerm_resource_group.rg /subscriptions/***/resourceGroups/s195d01-hfeyp-rg
# Download saved plan from artifacts
- name: Download Terraform Plan
uses: actions/download-artifact@v3
Expand Down

0 comments on commit f79f466

Please sign in to comment.