Back to packages list

Vals using @octokit/core

Description from the NPM package:
Extendable client for GitHub's REST & GraphQL APIs
BunsDev avatar
BunsDev
octokitExample
Script
Forked from vtdocs/octokitExample
0
just_be avatar
just_be
denoWasmModuleChanged
Cron
denoWasmModuleChanged This val is used to update the wasm.rs file in my wasm-to-dts repo to match that of the deno_graph crate. When it detects that deno_graph has updated it invokes the workflow_dispatch in my GitHub actions.
0
georgemandis avatar
georgemandis
convertEmailToBlogDraft
Email
Convert Emails to Blog Drafts This val will receive inbound emails and create a new Markdown file in a specified GitHub repository. Create drafts for your static site (or, for the bold, publish directly!) by simply sending an email! Notes This script assumes you're using some kind of static site generator that can read from a GitHub repository. There are many to choose from in this space. I'm partial to 11ty Gmail is doing some heavy-lifting for me here in terms of kindly converting my HTML email to Markdown behind the scenes. It's not a guarantee all email providers do this. If yours does not, you may have to investigate an HTML-to-Markdown conversion step. We'll use the GitHub API via Octokit to create the file. You'll need to create a token and store it an an environmental variable in your Val Town settings. Enjoy! — George https://george.mand.is/2024/09/using-email-and-val-town-to-draft-blog-posts/
1
andy_blum avatar
andy_blum
createIssue
Script
Used to post issues back to github from website's UI for non-technical users.
0
adisbanda avatar
adisbanda
githubWebhookApproveSmallPRs
HTTP
An interactive, runnable TypeScript val by adisbanda
0
karfau avatar
karfau
githubWebhookApproveDependencyPRs
Script
Forked from vtdocs/githubWebhookWithVerify
1
maas avatar
maas
importGists
Script
Imports Gists to Val Town Import your TypeScript and JavaScript to Val Town Authentication This function requires two keys: one from Github to get your gists, and one from Val Town to make the vals in your account: Github token: https://github.com/settings/tokens Val Town key: https://www.val.town/settings/api Usage You can use this function by calling it and passing your keys like so: @maas.importGists({ githubToken: @me.secrets.githubGists, valTownKey: @me.secrets.valtown, }); Example usage: https://www.val.town/v/maas.untitled_harlequinCrawdad
4
stevekrouse avatar
stevekrouse
importGists
Script
Forked from maas/importGists
0
augustohp avatar
augustohp
ghAddAssigneesToAssignable
Script
An interactive, runnable TypeScript val by augustohp
0
augustohp avatar
augustohp
ghIssueFromNodeId
Script
An interactive, runnable TypeScript val by augustohp
0
augustohp avatar
augustohp
ghProjectColumnOfIssue
Script
An interactive, runnable TypeScript val by augustohp
0
augustohp avatar
augustohp
ghProjectFieldsFromIssue
Script
* Given an issue (GraphQL's Node ID), lists all available * "fields" (from Projects V2) attached to it - without their * values. * * @example ghProjectFieldsFromIssue("I_kwDOJYe5Es5qSNa2", 2, "github_pat_yadayada")
0
onemanwenttomow avatar
onemanwenttomow
getGithubTeamCommitHistories
Script
An interactive, runnable TypeScript val by onemanwenttomow
0
onemanwenttomow avatar
onemanwenttomow
getGithubUsersByTeam
Script
An interactive, runnable TypeScript val by onemanwenttomow
0
vtdocs avatar
vtdocs
getGithubUserViaOctokit
Script
An interactive, runnable TypeScript val by vtdocs
0
vtdocs avatar
vtdocs
octokitExample
Script
An interactive, runnable TypeScript val by vtdocs
0