This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Name: tana-github | |
import "@johnlindquist/kit"; | |
const { Octokit } = await npm("octokit"); | |
const UrlPattern = await npm("url-pattern"); | |
const client = new Octokit({ | |
auth: await env("GITHUB_PULLREQUEST_TOKEN"), | |
}); |