From 0598abe7e619276988948ca9387cdc12d1188882 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 10 Jul 2025 15:39:45 +0200 Subject: [PATCH] chore(login): fix close pr action (#10234) # Which Problems Are Solved The close PR action fails https://github.com/zitadel/typescript/actions/runs/16196332400/job/45723668837?pr=511 # How the Problems Are Solved A backtick is escaped. # Additional Context - Completes #10229 --- login/.github/workflows/close_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login/.github/workflows/close_pr.yml b/login/.github/workflows/close_pr.yml index febf2e9143..6029e36d4c 100644 --- a/login/.github/workflows/close_pr.yml +++ b/login/.github/workflows/close_pr.yml @@ -17,7 +17,7 @@ jobs: const message = ` 👋 **Thanks for your contribution @${{ github.event.pull_request.user.login }}!** - This repository \`${{ github.repository }}\` is a read-only mirror of the git subtree at [\`zitadel/zitadel/login`](https://github.com/zitadel/zitadel). + This repository \`${{ github.repository }}\` is a read-only mirror of the git subtree at [\`zitadel/zitadel/login\`](https://github.com/zitadel/zitadel). Therefore, we close this pull request automatically. Your changes are not lost. Submitting them to the main repository is easy: