From ae24f745b8dbc58cc2bf54f9101b03418e4637ca Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 17 Aug 2026 09:53:26 -0700 Subject: [PATCH] Fix issues link to still show all issues and PRs GitHub inadvertently broke our admitted hack with the "new issues experience" so this restores the intent. --- .template-helpers/issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template-helpers/issues.md b/.template-helpers/issues.md index 95588e2904a5..ab796755431a 100644 --- a/.template-helpers/issues.md +++ b/.template-helpers/issues.md @@ -1 +1 @@ -[%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues?q=) +[%%GITHUB-REPO%%/issues](%%GITHUB-REPO%%/issues?q=is:issue+is:pr)