Unverified Commit 93137f38 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

.mergify.yml: drop (#423506)

parents 9e2e8a78 08e67c74
Loading
Loading
Loading
Loading

.mergify.yml

deleted100644 → 0
+0 −21
Original line number Diff line number Diff line
queue_rules:
  # This rule is for https://docs.mergify.com/commands/queue/
  # and can be triggered with: @mergifyio queue
  - name: default
    merge_conditions:
      # all github action checks in this list are required to merge a pull request
      - check-success=Attributes
      - check-success=Check
      - check-success=Outpaths (aarch64-darwin)
      - check-success=Outpaths (aarch64-linux)
      - check-success=Outpaths (x86_64-darwin)
      - check-success=Outpaths (x86_64-linux)
      - check-success=Process
      - check-success=Request
      - check-success=editorconfig-check
      - check-success=label-pr
      - check-success=nix-files-parseable-check
      - check-success=nixfmt-check
      - check-success=nixpkgs-vet
    # queue up to 5 pull requests at a time
    batch_size: 5