Skip to content

Commit

Permalink
Add default value for PR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed Oct 10, 2024
1 parent 1ed21e4 commit 8fba234
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/1-pull-request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "{{ env.TITLE }}"
labels: pull-request
---

### Change or Jira reference

{{ env.PULL_REQUEST }}
Expand All @@ -14,6 +15,10 @@ labels: pull-request

{{ env.BUSINESS_AREA }}

### Team/Application Name

{{ env.TEAM_NAME }}

### Environment

{{ env.ENVIRONMENT }}
Expand All @@ -28,4 +33,4 @@ labels: pull-request

### Do you need this exclusion past 11pm?

{{ env.POST_11PM }}
{{ env.POST_11PM }}
1 change: 1 addition & 0 deletions .github/workflows/parsegithubissue-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
JUSTIFICATION: "Development"
PULL_REQUEST: "PR-${{ github.event.pull_request.number }}"
BUSINESS_AREA: "CFT"
TEAM_NAME: "PlatOps"
ENVIRONMENT: "AAT / Staging"
START_DATE: "${{ env.START_DATE }}"
END_DATE: "${{ env.END_DATE }}"
Expand Down

0 comments on commit 8fba234

Please sign in to comment.