Closed Biohazardyee closed 8 months ago
While rechecking the code, this error pops up: YAML syntax error: (): did not find expected key while parsing a block mapping at line 1 column 1
No response
2 - High
Operating system: Windows
The template should be working effectively with no errors
name: "Document Issue" description: "Create an issue for a document" title: "XXXXX" labels: ["document"]
labels key should be unique.
Description
While rechecking the code, this error pops up: YAML syntax error: (): did not find expected key while parsing a block mapping at line 1 column 1
Test case used
No response
Severity
2 - High
Testing environment
Operating system: Windows
Steps taken
No response
Expected result
No response
Actual result
The template should be working effectively with no errors
Potential solution
name: "Document Issue" description: "Create an issue for a document" title: "XXXXX" labels: ["document"]
labels key should be unique.
Other
No response