From 466ed1bbb12928ed54964b1e67f18668acd8a2de Mon Sep 17 00:00:00 2001 From: alamin655 Date: Wed, 18 Oct 2023 20:07:55 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Improve=20the=20rules=20used=20b?= =?UTF-8?q?y=20the=20`Mergify`=20bot.=20(#338)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🤖 ci: replace the approval rule to 2 & improve the checks rule (#338) Signed-off-by: null * 🤖 ci: revert the one approval rule (#338) Co-Authored-By: neon_arch * 🤖 ci: replace status checks rule to only check for success of the important checks (#338) Co-Authored-By: neon_arch * 🚀 chore: bump the app version (#338) --------- Signed-off-by: null Co-authored-by: neon_arch --- .mergify.yml | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 8c2f886..05da0ed 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,8 +1,10 @@ pull_request_rules: - name: Automatic merge on approval conditions: - - "status-success=checks/approved" - "#approved-reviews-by>=2" + - check-success=build (stable) + - check-success=CodeFactor + - check-success=Rust project actions: queue: method: squash diff --git a/Cargo.lock b/Cargo.lock index 11b8343..820d599 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4042,7 +4042,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" [[package]] name = "websurfx" -version = "1.0.11" +version = "1.2.1" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 6c4b287..b8f6e5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.0.11" +version = "1.2.1" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx"