actions: android: Resolve PR commits to link

This commit is contained in:
t895 2024-01-03 17:00:49 -05:00
parent 9a31122c82
commit 06c68fb196

View file

@ -157,7 +157,7 @@ async function mergePullRequests(pulls, execa) {
process1.stdout.pipe(process.stdout);
await process1;
const process2 = execa("git", ["commit", "-m", `Merge PR ${pr}`]);
const process2 = execa("git", ["commit", "-m", `Merge yuzu-emu#${pr}`]);
process2.stdout.pipe(process.stdout);
await process2;