Skip to content

Commit 683df9f

Browse files
authored
Merge pull request #592 from redis/DOC-3993
DOC-3993 Fix filter in gh search in redis_docs_sync workflow
2 parents 89d934b + 74e5b08 commit 683df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redis_docs_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
# If a pr is not already open, create one
9595
set +e
96-
gh search prs -R redis/docs --state open --match title "redis docs ${RELEASE}" | grep -q "redis docs ${RELEASE}"
96+
gh search prs -R redis/docs --state open --match title "redis docs sync ${RELEASE}" | grep -q "redis docs sync ${RELEASE}"
9797
if [ "$?" -eq 1 ]; then
9898
set -e
9999
gh pr create \

0 commit comments

Comments
 (0)