From 219e64c2fc8d572424b6c77defe472ef6671037c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Wed, 6 Nov 2024 17:22:04 +0100 Subject: [PATCH] Actually perform temporary merge in checkout to determine PR changes --- .github/workflows/tagbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagbot.yml b/.github/workflows/tagbot.yml index 6a518cbe03d0..958a776d46ad 100644 --- a/.github/workflows/tagbot.yml +++ b/.github/workflows/tagbot.yml @@ -29,7 +29,7 @@ jobs: run: | git config user.name "github-workflow" git config user.email "github-workflow@github.com" - git merge --no-commit --no-ff origin/${{ github.event.pull_request.base.ref }} + git merge --no-edit --no-ff origin/${{ github.event.pull_request.base.ref }} continue-on-error: true working-directory: pr