update github issue product areas + label assignment
This commit is contained in:
parent
a9b49a9478
commit
6bb9fcef4c
3 changed files with 9 additions and 6 deletions
|
|
@ -72,10 +72,11 @@ body:
|
|||
- Chatops
|
||||
- Mobile App
|
||||
- Schedules
|
||||
- Helm
|
||||
- API
|
||||
- Terraform/Crossplane
|
||||
- Metrics
|
||||
- Terraform/Crossplane
|
||||
- Helm/Kubernetes/Docker
|
||||
- CI/CD
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -37,10 +37,11 @@ body:
|
|||
- Chatops
|
||||
- Mobile App
|
||||
- Schedules
|
||||
- Helm
|
||||
- API
|
||||
- Terraform/Crossplane
|
||||
- Metrics
|
||||
- Terraform/Crossplane
|
||||
- Helm/Kubernetes/Docker
|
||||
- CI/CD
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
5
.github/workflows/on-issue-creation.yml
vendored
5
.github/workflows/on-issue-creation.yml
vendored
|
|
@ -79,11 +79,12 @@ jobs:
|
|||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Alert Flow & Configuration') && 'part:alert flow & configuration' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Auth') && 'part:auth/teams' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Chatops') && 'part:chatops' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Helm') && 'part:deployment/helm' || '' }}
|
||||
${{ 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, 'API') && 'part:API' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Terraform/Crossplane') && 'part:Terraform/Crossplane' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Metrics') && 'part:metrics/logging' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Terraform/Crossplane') && 'part:Terraform/Crossplane' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'Helm/Kubernetes/Docker') && 'part:helm/kubernetes/docker' || '' }}
|
||||
${{ contains(steps.issue-form-values.outputs.issueparser_product_area, 'CI/CD') && 'part:ci/cd' || '' }}
|
||||
${{ 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