diff --git a/.github/ISSUE_TEMPLATE/release-qa.md b/.github/ISSUE_TEMPLATE/release-qa.md index ed9d37597a..eba747773b 100644 --- a/.github/ISSUE_TEMPLATE/release-qa.md +++ b/.github/ISSUE_TEMPLATE/release-qa.md @@ -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' --- diff --git a/handbook/company/product-groups.md b/handbook/company/product-groups.md index bc9d63d3e9..0fae1caf52 100644 --- a/handbook/company/product-groups.md +++ b/handbook/company/product-groups.md @@ -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**: diff --git a/tools/release/publish_release.sh b/tools/release/publish_release.sh index 691bd09f76..578e56ca4a 100755 --- a/tools/release/publish_release.sh +++ b/tools/release/publish_release.sh @@ -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 diff --git a/website/api/controllers/webhooks/receive-from-github.js b/website/api/controllers/webhooks/receive-from-github.js index 906c485df7..85eaae36ca 100644 --- a/website/api/controllers/webhooks/receive-from-github.js +++ b/website/api/controllers/webhooks/receive-from-github.js @@ -85,7 +85,6 @@ module.exports = { 'pintomi1989', 'nonpunctual', 'dantecatalfamo', - 'PezHub', 'SFriendLee', 'ddribeiro', 'allenhouchins',