From 24e51949ebacac49bf8de506e420c785157ade44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 1 Feb 2023 22:29:35 +0100 Subject: [PATCH] automerge flake-updates with bors --- .github/workflows/upgrade-flakes.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-flakes.yml b/.github/workflows/upgrade-flakes.yml index 7be8b92..b85bd91 100644 --- a/.github/workflows/upgrade-flakes.yml +++ b/.github/workflows/upgrade-flakes.yml @@ -13,9 +13,14 @@ jobs: uses: cachix/install-nix-action@v18 with: extra_nix_config: | - experimental-features = nix-command flakes access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Update flake.lock 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