From 75e3b0467af4d3f68ba07d1e8aea70c5a5a0aba4 Mon Sep 17 00:00:00 2001 From: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com> Date: Sun, 15 Feb 2026 11:51:47 +0100 Subject: [PATCH] chore: hyperlink contributing file in llm message (#26234) --- .github/workflows/close-llm-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-llm-pr.yml b/.github/workflows/close-llm-pr.yml index a6dbfba9af..511d5c7f55 100644 --- a/.github/workflows/close-llm-pr.yml +++ b/.github/workflows/close-llm-pr.yml @@ -20,7 +20,7 @@ jobs: run: | gh api graphql \ -f prId="$NODE_ID" \ - -f body="Thank you for your interest in contributing to Immich! Unfortunately this PR looks like it was generated using an LLM. As noted in our CONTRIBUTING.md, we request that you don't use LLMs to generate PRs as those are not a good use of maintainer time." \ + -f body="Thank you for your interest in contributing to Immich! Unfortunately this PR looks like it was generated using an LLM. As noted in our [CONTRIBUTING.md](https://github.com/immich-app/immich/blob/main/CONTRIBUTING.md#use-of-generative-ai), we request that you don't use LLMs to generate PRs as those are not a good use of maintainer time." \ -f query=' mutation CommentAndClosePR($prId: ID!, $body: String!) { addComment(input: {