Skip to content

Commit 5ba9229

Browse files
committed
update action for bulk close of issues
1 parent 2f169b2 commit 5ba9229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close-issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
TITLE=$(_jq '.title')
5656
echo "Processing issue with title: $TITLE"
5757
58-
if [[ "$TITLE" == *"QA"* ]] && [[ "$TITLE" == *"GREEN"* ]]; then
58+
if [[ "$TITLE" == *"Tutorial"* ]] && [[ "$TITLE" == *"Page"* ]] && [[ "$TITLE" == *"cp-cf-security-xsuaa-create.md"* ]] && [[ "$TITLE" == *"Issue"* ]] && [[ "$TITLE" == *"PROD"* ]]; then
5959
ISSUE_NUMBER=$(_jq '.number')
6060
echo "Closing issue #$ISSUE_NUMBER with title: $TITLE"
6161

0 commit comments

Comments
 (0)