We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e6dfe commit 9db8c17Copy full SHA for 9db8c17
1 file changed
.github/scripts/delete_stacks.sh
@@ -7,7 +7,7 @@ mapfile -t ACTIVE_STACKS_ARRAY <<< "$ACTIVE_STACKS"
7
for i in "${ACTIVE_STACKS_ARRAY[@]}"
8
do
9
echo "Checking if stack $i has open pull request"
10
- PULL_REQUEST=${i//pr-/}
+ PULL_REQUEST=${i//fhir-validator-pr-/}
11
PULL_REQUEST=${PULL_REQUEST//sandbox-/}
12
echo "Checking pull request id ${PULL_REQUEST}"
13
URL="https://api.github.com/repos/NHSDigital/eps-FHIR-validator-lambda/pulls/${PULL_REQUEST}"
0 commit comments