Spaces:
Runtime error
Runtime error
alamin655
neon_arch
commited on
Commit
β’
466ed1b
1
Parent(s):
c80ae2f
π€ Improve the rules used by the `Mergify` bot. (#338)
Browse files* π€ 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 <[email protected]>
* π€ ci: replace status checks rule to only check for success of the important checks (#338)
Co-Authored-By: neon_arch <[email protected]>
* π chore: bump the app version (#338)
---------
Signed-off-by: null <null>
Co-authored-by: neon_arch <[email protected]>
- .mergify.yml +3 -1
- Cargo.lock +1 -1
- Cargo.toml +1 -1
.mergify.yml
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
pull_request_rules:
|
2 |
- name: Automatic merge on approval
|
3 |
conditions:
|
4 |
-
- "status-success=checks/approved"
|
5 |
- "#approved-reviews-by>=2"
|
|
|
|
|
|
|
6 |
actions:
|
7 |
queue:
|
8 |
method: squash
|
|
|
1 |
pull_request_rules:
|
2 |
- name: Automatic merge on approval
|
3 |
conditions:
|
|
|
4 |
- "#approved-reviews-by>=2"
|
5 |
+
- check-success=build (stable)
|
6 |
+
- check-success=CodeFactor
|
7 |
+
- check-success=Rust project
|
8 |
actions:
|
9 |
queue:
|
10 |
method: squash
|
Cargo.lock
CHANGED
@@ -4042,7 +4042,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
|
|
4042 |
|
4043 |
[[package]]
|
4044 |
name = "websurfx"
|
4045 |
-
version = "1.
|
4046 |
dependencies = [
|
4047 |
"actix-cors",
|
4048 |
"actix-files",
|
|
|
4042 |
|
4043 |
[[package]]
|
4044 |
name = "websurfx"
|
4045 |
+
version = "1.2.1"
|
4046 |
dependencies = [
|
4047 |
"actix-cors",
|
4048 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.2.1"
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|