update PR template + change assigned label on issue creation (#4020)
# What this PR does Update PR template + change assigned label on issue creation ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated (N/A) - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
This commit is contained in:
parent
3eaeabdddf
commit
0353bcfb92
2 changed files with 8 additions and 2 deletions
8
.github/pull_request_template.md
vendored
8
.github/pull_request_template.md
vendored
|
|
@ -1,6 +1,12 @@
|
|||
# What this PR does
|
||||
|
||||
## Which issue(s) this PR fixes
|
||||
## Which issue(s) this PR closes
|
||||
|
||||
Closes [issue link here]
|
||||
|
||||
*Note*: if you have more than one GitHub issue that this PR closes, be sure to preface
|
||||
each issue link with a [closing keyword](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests#linking-a-pull-request-to-an-issue).
|
||||
This ensures that the issue(s) are auto-closed once the PR has been merged.
|
||||
|
||||
## Checklist
|
||||
|
||||
|
|
|
|||
2
.github/workflows/on-issue-creation.yml
vendored
2
.github/workflows/on-issue-creation.yml
vendored
|
|
@ -73,5 +73,5 @@ jobs:
|
|||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Mobile App') && 'part:mobile' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Schedules') && 'part:schedules' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Terraform') && 'part:API/Terraform' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Other') && 'no info or need to discuss' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Other') && 'more info needed' || '' }}
|
||||
# yamllint enable rule:line-length
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue