Remove dependencies to old docker containers (#21)

* Fix CI

* Change missing yml
This commit is contained in:
PabloMK7 2024-03-06 18:38:51 +01:00 committed by GitHub
parent 813d0c2a30
commit c4c90f0190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 104 deletions

View file

@ -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/PabloMK7/citra", 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);