Ensure pr create with metadata has assignment

This commit is contained in:
William Martin 2024-10-14 14:50:59 +02:00
parent 5e02326792
commit 2a0be61d5e

View file

@ -22,5 +22,5 @@ stdout2env PR_URL
# Check the PR is indeed created
exec gh pr view $PR_URL
stdout 'assignees:\t.*$'
stdout 'assignees:\t.+$'
stdout 'labels:\tbug$'