From 9da0cb3cf4c70a0ddbccaee0992dd7daf6c49cee Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 16 Apr 2026 15:14:36 +0200 Subject: [PATCH] chore: link to PR template in auto-close message (#27756) --- .github/workflows/auto-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index dbbb404e9e..aa5d41ff98 100644 --- a/.github/workflows/auto-close.yml +++ b/.github/workflows/auto-close.yml @@ -51,7 +51,7 @@ jobs: run: | gh api graphql \ -f prId="$NODE_ID" \ - -f body="This PR has been automatically closed as the description doesn't follow our template. After you edit it to match the template, the PR will automatically be reopened." \ + -f body="This PR has been automatically closed as the description doesn't follow [our template](https://github.com/immich-app/immich/blob/main/.github/pull_request_template.md). After you edit it to match the template, the PR will automatically be reopened." \ -f query=' mutation CommentAndClosePR($prId: ID!, $body: String!) { addComment(input: {