diff --git a/.github/workflows/merge.js b/.github/workflows/merge.js index da7d6b1..8b4a9e1 100644 --- a/.github/workflows/merge.js +++ b/.github/workflows/merge.js @@ -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; diff --git a/.gitignore b/.gitignore index a68f029..5304ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.flatpak-builder/ /build/ /repo/ +/node_modules/