mirror of
https://github.com/flathub/org.yuzu_emu.yuzu.git
synced 2024-12-16 06:27:07 +00:00
CI: log the version bump skip
This commit is contained in:
parent
680dcce3e0
commit
6b96916d3c
3
.github/workflows/merge.js
vendored
3
.github/workflows/merge.js
vendored
@ -66,7 +66,8 @@ async function mergeChanges(branch, execa) {
|
||||
"--porcelain",
|
||||
"org.yuzu_emu.yuzu.json",
|
||||
]);
|
||||
if (p.stdout.length > 2) {
|
||||
if (p.stdout.length > 20) {
|
||||
console.info("Skip version bump.");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/.flatpak-builder/
|
||||
/build/
|
||||
/repo/
|
||||
/node_modules/
|
||||
|
Loading…
Reference in New Issue
Block a user