From c49a73189e04ed91f23232f699371bacce305018 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Fri, 25 Jul 2025 23:28:47 +0500 Subject: [PATCH] Update create-pr.yml --- .github/workflows/create-pr.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/create-pr.yml b/.github/workflows/create-pr.yml index e4cce62cc..e336d7ba6 100644 --- a/.github/workflows/create-pr.yml +++ b/.github/workflows/create-pr.yml @@ -6,6 +6,7 @@ on: - dev paths-ignore: - '**' + - '.github/workflows/create-pr.yml' - '!CHANGELOG.md' concurrency: @@ -74,12 +75,6 @@ jobs: core.setOutput('exists', true); } - - name: 🔍 Debug outputs - run: | - echo "Tag exists: ${{ steps.check_tag.outputs.exists }}" - echo "PR exists: ${{ steps.check_existing_pr.outputs.exists }}" - echo "Changelog version: ${{ steps.changelog.outputs.version }}" - - name: 🔍 Create Pull Request if tag not found if: ${{ steps.check_existing_pr.outputs.exists == 'false' }} uses: devops-infra/action-pull-request@v0.6.0