mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-02-07 02:32:17 +03:00
Update CI: repos updater use only top 3
This commit is contained in:
parent
a5b3d3f7fc
commit
ae6acfd5f6
5
.github/workflows/update-repositories.yml
vendored
5
.github/workflows/update-repositories.yml
vendored
@ -1,9 +1,12 @@
|
||||
name: Update Repositories file
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 0 1 * *"
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- scripts/fetchRepositories.ts
|
||||
|
||||
jobs:
|
||||
update-repositories:
|
||||
|
@ -17,15 +17,15 @@ const repos: { author: string; repo: string }[] = [
|
||||
{ author: 'rehlds', repo: 'rehlds' },
|
||||
{ author: 's1lentq', repo: 'ReGameDLL_CS' },
|
||||
{ author: 's1lentq', repo: 'reapi' },
|
||||
{ author: 's1lentq', repo: 'resemiclip' },
|
||||
{ author: 's1lentq', repo: 'reunion' },
|
||||
{ author: 's1lentq', repo: 'rechecker' },
|
||||
{ author: 's1lentq', repo: 'revoice' },
|
||||
{ author: 's1lentq', repo: 'refreelook' },
|
||||
{ author: 's1lentq', repo: 'localizebugfix' },
|
||||
{ author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' },
|
||||
{ author: 'rehlds', repo: 'relocalizebugfix' },
|
||||
{ author: 's1lentq', repo: 'hitboxtracker' }
|
||||
// { author: 's1lentq', repo: 'resemiclip' },
|
||||
// { author: 's1lentq', repo: 'reunion' },
|
||||
// { author: 's1lentq', repo: 'rechecker' },
|
||||
// { author: 's1lentq', repo: 'revoice' },
|
||||
// { author: 's1lentq', repo: 'refreelook' },
|
||||
// { author: 's1lentq', repo: 'localizebugfix' },
|
||||
// { author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' },
|
||||
// { author: 'rehlds', repo: 'relocalizebugfix' },
|
||||
// { author: 's1lentq', repo: 'hitboxtracker' }
|
||||
];
|
||||
|
||||
async function fetchLatestRelease(author: string, repo: string): Promise<{ version: string; date: string }> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user