Commit 93acc09
committed
chore: update dependencies and refactor GitHub integration
- Downgraded @types/node from ^25.0.0 to ^24.10.3 in package.json and package-lock.json.
- Replaced GithubIntegration with Octokit for GitHub API interactions in github.ts.
- Refactored GitHub API calls to use Octokit methods for listing repositories, pull requests, and issues.
- Added mapping functions for GitHub repository and pull request data.
- Removed pg-sql-tool.ts as it is no longer needed.1 parent ce41213 commit 93acc09
5 files changed
Lines changed: 174 additions & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments