diff --git a/.github/workflows/auto-update-contributors.yml b/.github/workflows/auto-update-contributors.yml index 914a7f26..4de79113 100644 --- a/.github/workflows/auto-update-contributors.yml +++ b/.github/workflows/auto-update-contributors.yml @@ -25,8 +25,10 @@ jobs: run: | pr_title="docs(contributor): contributors readme action update" existing_pr=$(gh pr list --state open --search "$pr_title" --json title --jq '.[].title') + echo "::debug::List of open pull requests: $existing_pr" if [[ "$existing_pr" == "$pr_title" ]]; then echo "Contributors pull request already exists. Exiting." + echo "::warning::bypassed per open pull request already exists" exit 0 fi env: