1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Merge pull request #33708 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-06-25 15:31:36 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
---
title: Enterprise Server {{ release-number }} deprecation steps`
title: Enterprise Server {{ release-number }} deprecation steps
labels:
- enterprise deprecation
- priority-1

View File

@@ -316,6 +316,7 @@ async function isExistingIssue(
console.log(`Issue ${issue.html_url} already exists for this release.`)
return true
}
return
}
}