mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-12-03 11:08:22 -05:00
🤖 Improve the rules used by the Mergify
bot. (#338)
* 🤖 ci: replace the approval rule to 2 & improve the checks rule (#338) Signed-off-by: null <null> * 🤖 ci: revert the one approval rule (#338) Co-Authored-By: neon_arch <mustafadhuleb53@gmail.com> * 🤖 ci: replace status checks rule to only check for success of the important checks (#338) Co-Authored-By: neon_arch <mustafadhuleb53@gmail.com> * 🚀 chore: bump the app version (#338) --------- Signed-off-by: null <null> Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
c80ae2fd14
commit
466ed1bbb1
@ -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
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -4042,7 +4042,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
||||
|
||||
[[package]]
|
||||
name = "websurfx"
|
||||
version = "1.0.11"
|
||||
version = "1.2.1"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user