Skip to content

Commit

Permalink
refactor: rename file to extract-repo-name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Jun 21, 2021
1 parent f048751 commit d0287f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {extractRepoNameFromURL} from './parse-repo-url';
import {extractRepoNameFromURL} from './extract-repo-name';

it('should parse API repo url', () => {
const repoName = extractRepoNameFromURL('https://api.github.com/repos/shelfio/gh-sdk');
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/prs/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './create-release-pr';
export * from './get-pr';
export * from './list-prs';
export * from './parse-repo-url';
export * from './extract-repo-name';

0 comments on commit d0287f2

Please sign in to comment.