From 5d1b7dbf6d36791e5105cccc0d2975a29364e667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 26 Nov 2025 10:38:39 +0100 Subject: [PATCH] fix: skip PR title update for Renovate bot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- workflow-templates/update-stable-titles.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow-templates/update-stable-titles.yml b/workflow-templates/update-stable-titles.yml index 1c0c54e..565e9bc 100644 --- a/workflow-templates/update-stable-titles.yml +++ b/workflow-templates/update-stable-titles.yml @@ -24,6 +24,8 @@ jobs: run: sleep 15 - name: Get PR details and update title + # Renovate already have target branch in the title + if: github.event.pull_request.user.login != 'renovate[bot]' uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}