actions: android: Resolve PR commits to link
This commit is contained in:
parent
9a31122c82
commit
06c68fb196
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android-merge.js
vendored
2
.github/workflows/android-merge.js
vendored
|
@ -157,7 +157,7 @@ async function mergePullRequests(pulls, execa) {
|
||||||
process1.stdout.pipe(process.stdout);
|
process1.stdout.pipe(process.stdout);
|
||||||
await process1;
|
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);
|
process2.stdout.pipe(process.stdout);
|
||||||
await process2;
|
await process2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue