Skip to content

Commit 0f17fb8

Browse files
committed
sort imports
1 parent 6c400f5 commit 0f17fb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/generate-changelog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {graphql} from '@octokit/graphql'
21
import * as core from '@actions/core'
2+
import {graphql} from '@octokit/graphql'
33
import shell from 'shelljs'
44

55
// Regexes to find the changelog contents within a PR.

0 commit comments

Comments
 (0)