fix: add missing Octokit import

This commit is contained in:
Simon Tretter 2020-11-13 17:30:27 +01:00 committed by GitHub
parent e84bc6af29
commit 785a14adbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ import * as fs from 'fs'
import * as core from '@actions/core'
import * as github from '@actions/github'
import {Webhooks} from '@octokit/webhooks'
import type {Octokit} from '@octokit/rest'
import {Filter, FilterResults} from './filter'
import {File, ChangeStatus} from './file'