Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
CI: log the version bump skip
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Oct 15, 2022
1 parent 680dcce commit 6b96916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.flatpak-builder/
/build/
/repo/
/node_modules/

0 comments on commit 6b96916

Please sign in to comment.