Skip to content

Commit 189305c

Browse files
authored
Update close-stale-issues.yml
updating message
1 parent 62927a4 commit 189305c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
LABEL_NAME: 'Status%3A%20Stale'
26-
CUSTOM_MESSAGE: 'Appologies that we were unable to address this issue in a timely manner! \\n Given that we have millions of free users this has been a challenge, and we are working to improve over time. As part of an effort to focus on driving the most recent issues to resolution, this issue is being closed. \\n If this issue is still meaningful, please comment with an update and re-open the issue for troubleshooting! Thanks for your continued loyalty to the StackBlitz platform over the years!'
26+
CUSTOM_MESSAGE: 'Apologies that we were unable to address this issue in a timely manner! \n Given that we have millions of free users this has been a challenge, and we are working to improve over time. As part of an effort to focus on driving the most recent issues to resolution, this issue is being closed. \n If this issue is still meaningful, please comment with an update and re-open the issue for troubleshooting! Thanks for your continued loyalty to the StackBlitz platform over the years!'
2727
run: |
2828
set -e # Stop the script if any command fails
2929
set -x # Echo each command before executing it
@@ -79,8 +79,6 @@ jobs:
7979
8080
((page++))
8181
done
82-
83-
8482
# Move to the next page
8583
((page++))
8684
done

0 commit comments

Comments
 (0)