Fix YAML syntax in SCT release template (#1856)

* Fix YAML syntax in SCT release template

* changelog
This commit is contained in:
Travis Ralston 2024-06-10 12:40:31 -06:00 committed by GitHub
parent 0a9ab956bd
commit 08bc8e8a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
name: [SCT] Release checklist
about: Used by the Spec Core Team to create a new release.
name: '[SCT] Release checklist'
about: 'Used by the Spec Core Team to create a new release.'
title: 'Matrix 1.X'
labels: 'release-blocker'
assignees: ''

View file

@ -0,0 +1 @@
Fix syntax errors in the spec release issue template.