Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/percent-encoding-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 13, 2023
2 parents fb162d7 + 200631c commit 87e00a2
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 61 deletions.
23 changes: 23 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
queue_rules:
- name: default
merge_conditions:
- check-success=Evaluate flake.nix
- check-success=check clippy [x86_64-linux]
- check-success=check t00-simple [x86_64-linux]
- check-success=check t01-signing [x86_64-linux]
- check-success=check t02-varnish [x86_64-linux]
- check-success=check treefmt [x86_64-linux]
- check-success=devShell default [x86_64-linux]
- check-success=package default [x86_64-linux]
- check-success=package harmonia [x86_64-linux]
defaults:
actions:
queue:
allow_merging_configuration_change: true
pull_request_rules:
- name: merge using the merge queue
conditions:
- base=master
- label=merge-queue
actions:
queue: {}
84 changes: 34 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions bors.toml

This file was deleted.

2 changes: 1 addition & 1 deletion harmonia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ http-range = "0.1"
askama_escape = "0.10.3"
percent-encoding = "2.3.0"
anyhow = "1.0.71"
tempfile = "3.5.0"
tempfile = "3.6.0"


libnixstore = { path = "../libnixstore" }

0 comments on commit 87e00a2

Please sign in to comment.