Fix issue creation with metadata regex

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
William Martin 2024-10-15 19:11:49 +01:00 committed by GitHub
parent 6970eb36f1
commit e37cf8b694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,5 +15,5 @@ stdout2env ISSUE_URL
# Check the issue was create
exec gh issue view $ISSUE_URL
stdout 'title:\tFeature Request$'
stdout 'assignees:\t.*$'
stdout 'assignees:\t.+$'
stdout 'labels:\tbug$'