We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f591c8 commit 564a617Copy full SHA for 564a617
.github/workflows/tagPriorityLow.yml
@@ -66,7 +66,7 @@ jobs:
66
}
67
68
// Try using the title, which includes [GitHub #123]
69
- const match = workItem.fields['System.Title'].match(/\[GitHub #(\d+)\]/);
+ const match = workItem?.fields['System.Title']?.match(/\[GitHub #(\d+)\]/);
70
if (match) {
71
return match[1];
72
0 commit comments