From d4ec3a24684ba998f38257a517950fb14e5fba73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 13 Dec 2024 08:06:51 +0100 Subject: [PATCH] Update newDefaultOpened.ts --- src/plugins/newDefaultOpened.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/newDefaultOpened.ts b/src/plugins/newDefaultOpened.ts index 59f18d1..2d683a7 100644 --- a/src/plugins/newDefaultOpened.ts +++ b/src/plugins/newDefaultOpened.ts @@ -10,10 +10,9 @@ import { convertPullRequestToDraft } from '../utils/convertToDraft' const postedComment = ` Your repository is now waiting to be included in HACS. Please be patient, this will take some time. -[You can see the current queue here] (this is the order that is being used). +[You can see the current queue here](https://github.com/hacs/default/pulls?q=is%3Apr+is%3Aopen+draft%3Afalse+sort%3Acreated-asc) (this is the order that is being used). There is no need to: -- Rebase the branch, the reviewer will do this. - Comment on the PR, the reviewer will get back to you. - Open a new PR, this will not speed up the process. - Ask your folowers to spam the PR, this will not speed up the process.