automation
automation copied to clipboard
Automation scripts used for denoland org repos
Results
1
automation issues
Sort by
recently updated
recently updated
newest added
This is part of the effort to rollout the `noUncheckedIndexedAccess` config for deno std https://github.com/denoland/deno_std/issues/4040 The function `getGitHubRepository` currently has the implied type ```typescript () => { owner: string |...