This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Commit 25661bb
committed
Refactor configuration and improve issue handling
- Removed the `wrangler.toml` file as part of the project restructuring.
- Updated `wrangler.jsonc` to eliminate the 5-minute cron job, simplifying the scheduling.
- Modified the `listRepositoryIssues` function in `handlers.ts` to return an empty JSON array instead of a not found response when no issues are present.
- Streamlined the queue handling logic in `index.ts` by removing unnecessary checks for the queue name.
These changes enhance the clarity and efficiency of the codebase while maintaining functionality.1 parent 3463bdf commit 25661bb
4 files changed
Lines changed: 3 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| |||
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 73 | | |
80 | 74 | | |
81 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
This file was deleted.
0 commit comments