Skip to content

Commit

Permalink
GH-44968: [CI][Dev] Remove nonexistent getJiraInfo reference
Browse files Browse the repository at this point in the history
It's removed by #44936.
  • Loading branch information
kou committed Dec 9, 2024
1 parent 5207f1e commit e73cd09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev_pr/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const https = require('https');
/**
* Given the title of a PullRequest return the Issue
*
* @param {String} title
* @param {String} title
* @returns {Issue} or null if no issue detected.
*
* @typedef {Object} Issue
Expand Down Expand Up @@ -62,6 +62,5 @@ function detectIssue(title) {

module.exports = {
detectIssue,
getJiraInfo,
getGitHubInfo
};

0 comments on commit e73cd09

Please sign in to comment.