Fix issue creation with metadata regex
Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
parent
6970eb36f1
commit
e37cf8b694
1 changed files with 1 additions and 1 deletions
|
|
@ -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$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue