Closed Balastrong closed 1 month ago
Add GitHub issue creation functionality to the application.
README.md
src/app/api/github/actions.ts
createGitHubIssue
getServerOctokit
src/components/Repo/Notes.tsx
src/components/RepoList/RepoCard.tsx
src/hooks/useGitHubIssues.ts
useCreateGitHubIssue
getClientOctokit
package.json
@octokit/rest
For more details, open the Copilot Workspace session.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Add GitHub issue creation functionality to the application.
README.md
src/app/api/github/actions.ts
createGitHubIssue
to create GitHub issues.getServerOctokit
to interact with the GitHub API.src/components/Repo/Notes.tsx
createGitHubIssue
function fromsrc/app/api/github/actions.ts
.src/components/RepoList/RepoCard.tsx
createGitHubIssue
function fromsrc/app/api/github/actions.ts
.src/hooks/useGitHubIssues.ts
useCreateGitHubIssue
to handle issue creation.getClientOctokit
to interact with the GitHub API.package.json
@octokit/rest
to interact with the GitHub API.For more details, open the Copilot Workspace session.