Skip to content

Commit

Permalink
GH-44968: [CI][Dev] Remove nonexistent getJiraInfo reference (#44972)
Browse files Browse the repository at this point in the history
### Rationale for this change

It's removed by #44936.

### What changes are included in this PR?

Remove `getJiraInfo` from `exports`.

### Are these changes tested?

No. But this will resolve the reported error.

### Are there any user-facing changes?

No.

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
kou authored Dec 9, 2024
1 parent 5207f1e commit dfb6d0e
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 dfb6d0e

Please sign in to comment.