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.
1 parent e34d697 commit 74e5b08Copy full SHA for 74e5b08
.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