Merge branch 'master' of https://github.com/iptv-org/epg into be-fixes

This commit is contained in:
theofficialomega
2026-02-04 12:50:30 +01:00
12 changed files with 1188 additions and 21 deletions
+3 -1
View File
@@ -80,7 +80,9 @@ export async function loadJs(filepath: string) {
export async function loadIssues(props?: { labels: string[] | string }) {
const CustomOctokit = Octokit.plugin(paginateRest, restEndpointMethods)
const octokit = new CustomOctokit()
const octokit = new CustomOctokit({
auth: process.env.GH_TOKEN
})
let labels = ''
if (props && props.labels) {