mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Update .gitlab/dangerjs/mrDescriptionJiraLinks.js
This commit is contained in:
@@ -140,7 +140,7 @@ module.exports = async function () {
|
||||
`^- Closes ${jiraTicketRegex.source}$`
|
||||
);
|
||||
const matchedJiraTicket = line.match(jiraTicketRegex);
|
||||
if (jiraTicketMatched) {
|
||||
if (matchedJiraTicket) {
|
||||
if (!correctJiraClosingLinkFormat.test(line)) {
|
||||
closingTickets.push({
|
||||
record: line,
|
||||
|
Reference in New Issue
Block a user