From 7fbc3d0bfb12d5ff6f026ed4f1301d74fc9a2fe4 Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:31:53 +0300 Subject: [PATCH] ci: update message in theme pull requests closer workflow (#4465) Co-authored-by: Alexandr --- backend/.github/workflows/theme-prs-closer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.github/workflows/theme-prs-closer.yml b/backend/.github/workflows/theme-prs-closer.yml index 10e9097a..cab367ea 100644 --- a/backend/.github/workflows/theme-prs-closer.yml +++ b/backend/.github/workflows/theme-prs-closer.yml @@ -32,7 +32,7 @@ jobs: - name: Close Pull Requests run: | - 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." + 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)." for pr_number in $(gh pr list -l "themes" -q is:open --json number -q ".[].number"); do gh pr close $pr_number -c "$comment_message"