Skip to content

Commit 401fd35

Browse files
authored
Update close-stale-issues.yml
removing duplicate pagination loop end statement
1 parent 189305c commit 401fd35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 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: '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!'
26+
CUSTOM_MESSAGE: 'Apologies that we were unable to address this issue in a timely manner! \n \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 \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,6 +79,3 @@ jobs:
7979
8080
((page++))
8181
done
82-
# Move to the next page
83-
((page++))
84-
done

0 commit comments

Comments
 (0)