From 80270d613bdeb8fedcf983db6807fc8c3bdd0c47 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 30 Mar 2026 03:37:57 +0800 Subject: [PATCH] fix(workflow): clarify repository reference in duplicate issue lookup message --- .github/workflows/similar-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/similar-issues.yml b/.github/workflows/similar-issues.yml index 5af8b404b..95372a91e 100644 --- a/.github/workflows/similar-issues.yml +++ b/.github/workflows/similar-issues.yml @@ -50,7 +50,7 @@ jobs: Issue number: $ISSUE_NUMBER - Lookup this issue and search through existing issues (excluding #$ISSUE_NUMBER) in this repository to find any potential duplicates of this new issue. + Lookup this issue and search through existing issues (excluding #$ISSUE_NUMBER) in this repository (DIYgod/RSSHub) to find any potential duplicates of this new issue. Consider: 1. Similar titles or descriptions 2. Same error messages or symptoms