From 05cc1ff2f11dc9c6245a5526b515527275d6aec6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:44:20 +0300 Subject: [PATCH] ci(create-pr): rewrite condition (#418) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- .github/workflows/create-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-pull-request.yaml b/.github/workflows/create-pull-request.yaml index 658422e..cc28e47 100644 --- a/.github/workflows/create-pull-request.yaml +++ b/.github/workflows/create-pull-request.yaml @@ -7,7 +7,7 @@ jobs: create-pull-request: name: Create Pull Request - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged == false }} runs-on: ubuntu-latest timeout-minutes: 10