From fbe87309f09476e931a3713b7f520ce727226eec Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 29 Apr 2026 01:49:06 +0300 Subject: readme: improve watch-rules example --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 132b4e0..680f02c 100644 --- a/README.org +++ b/README.org @@ -90,9 +90,9 @@ Poll specific repos for new issues/PRs on a timer: #+begin_src emacs-lisp (setq forgejo-watch-rules - '("thanosapollo/forgejo.el" - ("guix/guix" . "state:open label:team-emacs") - ("*" . "author:thanosapollo"))) + '("thanosapollo/emacs-forgejo" ;; all for thanosapollo/emacs-forgejo repo + ("guix/guix" . "state:open label:team-emacs") ;; all state:open with team-emacs label + ("*" . "author:"))) ;; everything in the db with author: (forgejo-watch-mode 1) #+end_src -- cgit v1.0