Skip to content

Commit

Permalink
chore: use @octokit/webhooks-types
Browse files Browse the repository at this point in the history
  • Loading branch information
nogic1008 committed Apr 21, 2021
1 parent 98d16f4 commit 551b8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugins": ["jest", "simple-import-sort"],
"settings": {
"node": {
"allowModules": ["@jest/types", "@octokit/webhooks-definitions"],
"allowModules": ["@jest/types", "@octokit/webhooks-types"],
"tryExtensions": [".ts", ".js", ".json", ".node"]
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { context } from '@actions/github'
import type {
IssueCommentEvent,
PullRequestReviewEvent
} from '@octokit/webhooks-definitions/schema'
} from '@octokit/webhooks-types'

const supportedEvent = new Set([
'issue_comment',
Expand Down

0 comments on commit 551b8a3

Please # to comment.