Redistribute QA responsibilities (#35779)
This commit is contained in:
@@ -3,7 +3,7 @@ name: Release QA
|
||||
about: Checklist of required tests prior to release
|
||||
title: 'Release QA:'
|
||||
labels: '#g-mdm,#g-orchestration,#g-software,#g-security-compliance,:release'
|
||||
assignees: 'xpkoala,jmwatts,andreykizimenko'
|
||||
assignees: 'xpkoala,andreykizimenko'
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ The goal of the software group is to increase and exceed [Fleet's product maturi
|
||||
| Product Designer | [Marko Lisica](https://www.linkedin.com/in/markolisica/) _([@marko-lisica](https://github.com/marko-lisica))_
|
||||
| Engineering Manager | [George Karr](https://www.linkedin.com/in/george-karr-4977b441/) _([@georgekarrv](https://github.com/georgekarrv))_
|
||||
| Tech Lead | [Carlo DiCelico](https://www.linkedin.com/in/carlodicelico/) _([@cdcme](https://github.com/cdcme))_
|
||||
| Quality Assurance | [Janis Watts](https://www.linkedin.com/in/janis-watts-b080ab94/) _([@jmwatts](https://github.com/jmwatts))_
|
||||
| Quality Assurance | [Andrey Kizimenko](https://www.linkedin.com/in/andrey-kizimenko-988900214/) _([@AndreyKizimenko](https://github.com/AndreyKizimenko))_
|
||||
| Software Engineer | [Rachel Perkins](https://www.linkedin.com/in/rachelelysia/) _([@rachelelysia](https://github.com/rachelelysia))_, [Jahziel Villasana-Espinoza](https://www.linkedin.com/in/jahziel-v/) _([@jahzielv](https://github.com/jahzielv))_, [Jonathan Katz](https://www.linkedin.com/in/jonathan-katz-494362237/) _([@jkatz01](https://github.com/jkatz01))_, [Martin Angers](https://www.linkedin.com/in/martin-angers-3210305/) _([@mna](https://github.com/mna))_
|
||||
|
||||
**Areas of expertise**:
|
||||
|
||||
@@ -376,7 +376,7 @@ create_qa_issue() {
|
||||
cat .github/ISSUE_TEMPLATE/release-qa.md | awk 'BEGIN {count=0} /^---$/ {count++} count==2 && /^---$/ {getline; count++} count > 2 {print}' > temp_qa_issue_file
|
||||
gh issue create --title "Release QA: $target_milestone" -F temp_qa_issue_file \
|
||||
--assignee "georgekarrv" --label "#g-mdm" --label ":release" \
|
||||
--assignee "jmwatts" --label "#g-software" \
|
||||
--assignee "georgekarrv" --label "#g-software" \
|
||||
--assignee "xpkoala" --label "#g-orchestration"
|
||||
rm -f temp_qa_issue_file
|
||||
fi
|
||||
|
||||
@@ -91,7 +91,6 @@ module.exports = {
|
||||
'harrisonravazzolo',
|
||||
'tux234',
|
||||
'ksykulev',
|
||||
'jmwatts',
|
||||
'mason-buettner',
|
||||
'iansltx',
|
||||
'sgress454',
|
||||
|
||||
Reference in New Issue
Block a user