mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +00:00
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
This commit is contained in:
2
login/.github/workflows/close_pr.yml
vendored
2
login/.github/workflows/close_pr.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
const message = `
|
const message = `
|
||||||
👋 **Thanks for your contribution @${{ github.event.pull_request.user.login }}!**
|
👋 **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.
|
Therefore, we close this pull request automatically.
|
||||||
|
|
||||||
Your changes are not lost. Submitting them to the main repository is easy:
|
Your changes are not lost. Submitting them to the main repository is easy:
|
||||||
|
Reference in New Issue
Block a user