Removing access (#35480)
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,pezhub,jmwatts,andreykizimenko'
|
||||
assignees: 'xpkoala,jmwatts,andreykizimenko'
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ The goal of the MDM group is to increase and exceed [Fleet's product maturity go
|
||||
| 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 | [Jordan Montgomery](https://www.linkedin.com/in/jordan-montgomery-54553651/) _([@JordanMontgomery](https://github.com/JordanMontgomery))_
|
||||
| Quality Assurance | [Gabe Lopez](https://www.linkedin.com/in/gabelopez/) _([@PezHub](https://github.com/PezHub))_
|
||||
| Quality Assurance | _TODO_
|
||||
| Software Engineer | Sarah Gillespie _([@gillespi314](https://github.com/gillespi314))_, [Gabe Hernandez](https://www.linkedin.com/in/gabriel-hernandez-gh) _([@ghernandez345](https://github.com/ghernandez345))_, [Magnus Jensen](https://linkedin.com/in/magnus-holm-jensen) ([@MagnusHJensen](https://github.com/magnushjensen))
|
||||
|
||||
**Areas of expertise**:
|
||||
|
||||
@@ -375,7 +375,7 @@ create_qa_issue() {
|
||||
if [[ "$found" == "0" ]]; then
|
||||
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 "pezhub" --label "#g-mdm" --label ":release" \
|
||||
--assignee "georgekarrv" --label "#g-mdm" --label ":release" \
|
||||
--assignee "jmwatts" --label "#g-software" \
|
||||
--assignee "xpkoala" --label "#g-orchestration"
|
||||
rm -f temp_qa_issue_file
|
||||
|
||||
@@ -85,7 +85,6 @@ module.exports = {
|
||||
'pintomi1989',
|
||||
'nonpunctual',
|
||||
'dantecatalfamo',
|
||||
'PezHub',
|
||||
'SFriendLee',
|
||||
'ddribeiro',
|
||||
'allenhouchins',
|
||||
|
||||
Reference in New Issue
Block a user