Skip to content

Commit 564a617

Browse files
committed
Add another null chain
1 parent 2f591c8 commit 564a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagPriorityLow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
}
6767
6868
// Try using the title, which includes [GitHub #123]
69-
const match = workItem.fields['System.Title'].match(/\[GitHub #(\d+)\]/);
69+
const match = workItem?.fields['System.Title']?.match(/\[GitHub #(\d+)\]/);
7070
if (match) {
7171
return match[1];
7272
}

0 commit comments

Comments
 (0)