mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
replace bors with mergify
This commit is contained in:
parent
560e1eabd3
commit
932dc8045c
3 changed files with 25 additions and 12 deletions
3
.github/workflows/update-flake-lock.yml
vendored
3
.github/workflows/update-flake-lock.yml
vendored
|
|
@ -24,4 +24,5 @@ jobs:
|
||||||
```
|
```
|
||||||
{{ env.GIT_COMMIT_MESSAGE }}
|
{{ env.GIT_COMMIT_MESSAGE }}
|
||||||
```
|
```
|
||||||
bors merge
|
pr-labels: | # Labels to be set on the PR
|
||||||
|
merge-queue
|
||||||
|
|
|
||||||
23
.mergify.yml
Normal file
23
.mergify.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
queue_rules:
|
||||||
|
- name: default
|
||||||
|
merge_conditions:
|
||||||
|
- check-success=Evaluate flake.nix
|
||||||
|
- check-success=check lint [x86_64-linux]
|
||||||
|
- check-success=devShell default [x86_64-linux]
|
||||||
|
- check-success=lockfile
|
||||||
|
- check-success=package default [x86_64-linux]
|
||||||
|
- check-success=package test-runner-stable [x86_64-linux]
|
||||||
|
- check-success=package test-runner-unstable [x86_64-linux]
|
||||||
|
- check-success=tests (ubuntu-latest, stable)
|
||||||
|
- check-success=tests (ubuntu-latest, unstable)
|
||||||
|
defaults:
|
||||||
|
actions:
|
||||||
|
queue:
|
||||||
|
allow_merging_configuration_change: true
|
||||||
|
pull_request_rules:
|
||||||
|
- name: merge using the merge queue
|
||||||
|
conditions:
|
||||||
|
- base=main
|
||||||
|
- label=merge-queue
|
||||||
|
actions:
|
||||||
|
queue: {}
|
||||||
11
bors.toml
11
bors.toml
|
|
@ -1,11 +0,0 @@
|
||||||
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
|
||||||
status = [
|
|
||||||
"Evaluate flake.nix",
|
|
||||||
"check lint [x86_64-linux]",
|
|
||||||
"devShell default [x86_64-linux]",
|
|
||||||
"package default [x86_64-linux]",
|
|
||||||
"package test-runner-stable [x86_64-linux]",
|
|
||||||
"package test-runner-unstable [x86_64-linux]",
|
|
||||||
"tests (ubuntu-latest, stable)",
|
|
||||||
"tests (ubuntu-latest, unstable)"
|
|
||||||
]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue