diff options
author | Christopher Baines <mail@cbaines.net> | 2023-09-12 07:05:50 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-09-12 07:05:50 +0100 |
commit | 9fbbc89eabc3a15a4ad50aaad794d76b319fe1fb (patch) | |
tree | 1469923fadf2c88d519ee25d45e75b074408d04a | |
parent | 122f1c1e46f8e4a5615baed5c7e133bedc47de21 (diff) | |
download | qa-frontpage-9fbbc89eabc3a15a4ad50aaad794d76b319fe1fb.tar qa-frontpage-9fbbc89eabc3a15a4ad50aaad794d76b319fe1fb.tar.gz |
Remove subject: prefix from branch issue search
As it seems to miss the current emacs-team issue with this.
-rw-r--r-- | guix-qa-frontpage/branch.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guix-qa-frontpage/branch.scm b/guix-qa-frontpage/branch.scm index 0c90bc9..cd88f66 100644 --- a/guix-qa-frontpage/branch.scm +++ b/guix-qa-frontpage/branch.scm @@ -63,8 +63,9 @@ ("blocked_by" . ,(assoc-ref issue "blocked_by"))))))) (vector->list (mumi-search-issues - ;; TODO: Finalise this - "subject:\"Request for merging\"")))) + ;; TODO: subject: doesn't seem to work for issues where the + ;; subject/title has changed + "\"Request for merging\" is:open")))) (let ((branches (map |