Skip to content

Commit abe30ee

Browse files
opheliagoldsteinqwerty541
authored andcommitted
ci: update message in theme pull requests closer workflow (anuraghazra#4465)
Co-authored-by: Alexandr <[email protected]>
1 parent ad20c2c commit abe30ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/theme-prs-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Close Pull Requests
3434
run: |
35-
comment_message="We are currently pausing addition of new themes. If this theme is exclusively for your personal use, then instead of adding it to our theme collection, you can use card customization options."
35+
comment_message="We are currently pausing addition of new themes. If this theme is exclusively for your personal use, then instead of adding it to our theme collection, you can use card [customization options](https://github.com/anuraghazra/github-readme-stats?tab=readme-ov-file#customization)."
3636
3737
for pr_number in $(gh pr list -l "themes" -q is:open --json number -q ".[].number"); do
3838
gh pr close $pr_number -c "$comment_message"

0 commit comments

Comments
 (0)