fix deprecation label spelling (#21474)
This commit is contained in:
@@ -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}.
|
||||
|
||||
Reference in New Issue
Block a user