Skip to content

Commit 2b0f988

Browse files
committed
update jira script
1 parent 0e949c2 commit 2b0f988

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

update_jira/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,5 @@ function extractJiraIssueKeys(pullRequest) {
232232
}
233233
}
234234

235-
if (pullRequest.body) {
236-
const bodyMatches = pullRequest.body.match(jiraKeyPattern)
237-
if (bodyMatches) {
238-
bodyMatches.forEach(key => keys.add(key))
239-
}
240-
}
241-
242235
return Array.from(keys)
243236
}

0 commit comments

Comments
 (0)