From a9c2c8eeae4c38b2d564609cfbaa39ab832e1c70 Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Mon, 13 Sep 2021 11:12:03 -0700 Subject: [PATCH] fix deprecation label spelling (#21474) --- .github/actions-scripts/create-enterprise-issue.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions-scripts/create-enterprise-issue.js b/.github/actions-scripts/create-enterprise-issue.js index fc20746492..21a69bd2ab 100755 --- a/.github/actions-scripts/create-enterprise-issue.js +++ b/.github/actions-scripts/create-enterprise-issue.js @@ -85,9 +85,8 @@ async function run() { ), 'utf8' ) - const issueLabels = milestone === 'release' - ? ['enterprise release'] - : ['enteprise deprecation', 'priority-3'] + const issueLabels = + milestone === 'release' ? ['enterprise release'] : ['enterprise deprecation', 'priority-3'] const issueTitle = `[${nextMilestoneDate}] Enterprise Server ${versionNumber} ${milestone} (technical steps)` const issueBody = `GHES ${versionNumber} ${milestone} occurs on ${nextMilestoneDate}.