From c76f724336194fc15f3846e43f6e556b98c90ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 23 Jan 2023 11:09:13 +0100 Subject: [PATCH] replace mergify with bors --- .github/workflows/update-flake-lock.yml | 6 ++++++ .mergify.yml | 14 -------------- 2 files changed, 6 insertions(+), 14 deletions(-) delete mode 100644 .mergify.yml diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index f1a85aa..c55eae7 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -16,3 +16,9 @@ jobs: uses: DeterminateSystems/update-flake-lock@v16 with: token: ${{ secrets.GH_TOKEN_FOR_UPDATES }} + pr-body: | + Automated changes by the update-flake-lock + ``` + {{ env.GIT_COMMIT_MESSAGE }} + ``` + bors merge diff --git a/.mergify.yml b/.mergify.yml deleted file mode 100644 index 8b18263..0000000 --- a/.mergify.yml +++ /dev/null @@ -1,14 +0,0 @@ -pull_request_rules: - - name: automatic merge on CI success - conditions: - - check-success=Evaluate flake.nix - - check-success=package kexec-installer-nixos-2211 [x86_64-linux] - - check-success=package kexec-installer-nixos-unstable [x86_64-linux] - - check-success=package netboot-nixos-unstable [x86_64-linux] - - check-success=check kexec-installer-unstable [x86_64-linux] - - check-success=package netboot-nixos-2211 [x86_64-linux] - - author=nix-eval-jobs-bot - actions: - merge: - method: merge - delete_head_branch: {}