mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 20:48:35 +00:00
Update publish_release.sh (#25435)
Just updating publish script to fix new qa and teams
This commit is contained in:
parent
c1a4e845e7
commit
5cbf1fa3fc
1 changed files with 3 additions and 1 deletions
|
|
@ -294,7 +294,9 @@ 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" --assignee "xpkoala" --label ":release" --label "#g-mdm" --label "#g-endpoint-ops"
|
||||
--assignee "pezhub" --label "#g-mdm" --label ":release" \
|
||||
--assignee "jmwatts" --label "#g-software" \
|
||||
--assignee "xpkoala" --label "#g-orchestration"
|
||||
rm -f temp_qa_issue_file
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue