From e44424ca672c1e8d00a02b2964aa889576c4ba4f Mon Sep 17 00:00:00 2001 From: lotyp Date: Thu, 5 Sep 2024 21:06:04 +0300 Subject: [PATCH] ci: fix renovate username --- .github/workflows/merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 44156d3..9ce47af 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy types: - completed workflows: - - 'Continuous integration' + - '🔍 Continuous integration' name: 📥 Merge pull requests @@ -16,7 +16,7 @@ jobs: if: > github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' && - github.actor == 'renovate' && ( + github.actor == 'renovate[bot]' && ( startsWith(github.event.workflow_run.head_commit.message, 'chore(deps)') ) steps: