peaceiris/actions-suggest-related-links

View on GitHub
actions/src/fetch-issues.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function fetchIssues has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function fetchIssues(inps: Inputs, tmpDir: string): Promise<Repository> {
  const repoName: Array<string> = inps.Repository.split('/');
  const repository: Repository = {
    owner: repoName[0],
    name: repoName[1],
Severity: Minor
Found in actions/src/fetch-issues.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status