Skip to content

Commit 2aca0fd

Browse files
authored
Update close-stale-issues.yml
Fixing API URL formatting by using URL encoding in label name
1 parent 5fdc4c3 commit 2aca0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Close Issues
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
LABEL_NAME: 'Status: Stale'
25+
LABEL_NAME: 'Status%3A%20Stale'
2626
CUSTOM_MESSAGE: 'Appologies that we were unable to address this issue in a timely manner! Given that we have millions of free users this has been a challenge that we are working on over time. This issue is being closed in order to allow us to focus on resolving more recently active issues. If this issue is still meaningful, please feel free to comment 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

0 commit comments

Comments
 (0)