From 2740e9054c7328f3320aefe752134632e2f1c494 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:14:30 -0300 Subject: [PATCH] Update ci-merge.js --- .github/workflows/ci-merge.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-merge.js b/.github/workflows/ci-merge.js index 39eb43d6e..32f1d62f9 100644 --- a/.github/workflows/ci-merge.js +++ b/.github/workflows/ci-merge.js @@ -200,7 +200,7 @@ async function mergebot(github, context, execa) { } console.info("The following pull requests will be merged:"); console.table(displayList); - await fetchPullRequests(pulls, "https://github.com/citra-emu/citra", execa); + await fetchPullRequests(pulls, "https://github.com/RyzenDew/Lime-3DS-Emulator", execa); const mergeResults = await mergePullRequests(pulls, execa); await generateReadme(pulls, context, mergeResults, execa); await tagAndPush(github, context.repo.owner, `${context.repo.repo}-canary`, execa, true);