We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c216f19 commit b10ebdbCopy full SHA for b10ebdb
src/versions/scripts/create-enterprise-issue.js
@@ -9,7 +9,7 @@ const enterpriseDates = JSON.parse(
9
)
10
11
const acceptedMilestones = ['release', 'deprecation']
12
-const teamsToCC = '/cc @github/docs-content @github/docs-engineering'
+const teamsToCC = '/cc @github/docs-engineering'
13
14
// Adjust these values as needed.
15
const numberOfdaysBeforeReleaseToOpenIssue = 30
0 commit comments