Skip to content

Commit b10ebdb

Browse files
authored
Don't mention Docs Content team in new GHES technical step issues from template (#48730)
1 parent c216f19 commit b10ebdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/versions/scripts/create-enterprise-issue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const enterpriseDates = JSON.parse(
99
)
1010

1111
const acceptedMilestones = ['release', 'deprecation']
12-
const teamsToCC = '/cc @github/docs-content @github/docs-engineering'
12+
const teamsToCC = '/cc @github/docs-engineering'
1313

1414
// Adjust these values as needed.
1515
const numberOfdaysBeforeReleaseToOpenIssue = 30

0 commit comments

Comments
 (0)