Update utils.ts

This commit is contained in:
freearhey
2025-12-21 02:16:18 +03:00
parent 0d8de71ba5
commit c2820bed24

View File

@@ -95,7 +95,7 @@ export async function loadIssues(props?: { labels: string[] | string }) {
repo: REPO,
per_page: 100,
labels,
state: 'open',
status: 'open',
headers: {
'X-GitHub-Api-Version': '2022-11-28'
}