Skip to content

Commit

Permalink
Merge pull request #592 from redis/DOC-3993
Browse files Browse the repository at this point in the history
DOC-3993 Fix filter in gh search in redis_docs_sync workflow
  • Loading branch information
paoloredis authored Aug 22, 2024
2 parents 89d934b + 74e5b08 commit 683df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/redis_docs_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
# If a pr is not already open, create one
set +e
gh search prs -R redis/docs --state open --match title "redis docs ${RELEASE}" | grep -q "redis docs ${RELEASE}"
gh search prs -R redis/docs --state open --match title "redis docs sync ${RELEASE}" | grep -q "redis docs sync ${RELEASE}"
if [ "$?" -eq 1 ]; then
set -e
gh pr create \
Expand Down

0 comments on commit 683df9f

Please sign in to comment.