mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 04:40:05 +00:00
Remove dependencies to old docker containers (#21)
* Fix CI * Change missing yml
This commit is contained in:
parent
813d0c2a30
commit
c4c90f0190
5 changed files with 4 additions and 104 deletions
2
.github/workflows/ci-merge.js
vendored
2
.github/workflows/ci-merge.js
vendored
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue