Skip to content

Commit 794da3b

Browse files
authored
Fix YAML error in deprecation_request.yaml (#25641)
Apparently "@" is a reserved token when it is the start of a YAML value. Would have been nice if GitHub had any way to preview or validate before merging. 😅
1 parent 25c83da commit 794da3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/deprecation_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: Package Name
1616
description: What package would you like to deprecate?
17-
placeholder: @azure/example
17+
placeholder: "@azure/example"
1818
validations:
1919
required: true
2020
- type: textarea

0 commit comments

Comments
 (0)