From 970c16e1c5f617a39ac000be28a94460f77d3c4e Mon Sep 17 00:00:00 2001 From: Rachael Sewell Date: Tue, 12 Oct 2021 12:57:54 -0700 Subject: [PATCH] Bump priority and add batch label so we can plan for deprecations (#22139) --- .github/actions-scripts/create-enterprise-issue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions-scripts/create-enterprise-issue.js b/.github/actions-scripts/create-enterprise-issue.js index 21a69bd2ab..72e36a0dd3 100755 --- a/.github/actions-scripts/create-enterprise-issue.js +++ b/.github/actions-scripts/create-enterprise-issue.js @@ -86,7 +86,7 @@ async function run() { 'utf8' ) const issueLabels = - milestone === 'release' ? ['enterprise release'] : ['enterprise deprecation', 'priority-3'] + milestone === 'release' ? ['enterprise release'] : ['enterprise deprecation', 'priority-4', 'batch', 'time sensitive'] const issueTitle = `[${nextMilestoneDate}] Enterprise Server ${versionNumber} ${milestone} (technical steps)` const issueBody = `GHES ${versionNumber} ${milestone} occurs on ${nextMilestoneDate}.