We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d934b + 74e5b08 commit 683df9fCopy full SHA for 683df9f
.github/workflows/redis_docs_sync.yaml
@@ -93,7 +93,7 @@ jobs:
93
94
# If a pr is not already open, create one
95
set +e
96
- 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}"
97
if [ "$?" -eq 1 ]; then
98
set -e
99
gh pr create \
0 commit comments