Skip to content

Commit 56b90f4

Browse files
authored
Merge branch 'main' into organization-roles
2 parents abef502 + 970c16e commit 56b90f4

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)