Skip to content

Commit 970c16e

Browse files
authored
Bump priority and add batch label so we can plan for deprecations (#22139)
1 parent 32bb3a0 commit 970c16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions-scripts/create-enterprise-issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function run() {
8686
'utf8'
8787
)
8888
const issueLabels =
89-
milestone === 'release' ? ['enterprise release'] : ['enterprise deprecation', 'priority-3']
89+
milestone === 'release' ? ['enterprise release'] : ['enterprise deprecation', 'priority-4', 'batch', 'time sensitive']
9090
const issueTitle = `[${nextMilestoneDate}] Enterprise Server ${versionNumber} ${milestone} (technical steps)`
9191

9292
const issueBody = `GHES ${versionNumber} ${milestone} occurs on ${nextMilestoneDate}.

0 commit comments

Comments
 (0)