From 37ff4e489b8b6bde6dfa029acfdd5156e115cf2a Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Fri, 2 Jun 2023 11:03:59 +1000 Subject: [PATCH] =?UTF-8?q?fryday=20state=20with=20=F0=9F=8D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Have a fun idea? Worried you'll forget about it? Concerned you'll loose it into a pool of backlog tasks? Have no fear, append a 🍟 when creating the task! Now you can find your fun fryday tasks on fryday. --- lib/Linear/Client.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/Linear/Client.pm b/lib/Linear/Client.pm index 095145e..696b18b 100644 --- a/lib/Linear/Client.pm +++ b/lib/Linear/Client.pm @@ -517,6 +517,9 @@ my @FLAG_HANDLER = ( [ ':telephone:' => 'state', 'To Discuss' ], [ "\N{BLACK TELEPHONE}\N{VARIATION SELECTOR-16}" => 'state', 'To Discuss' ], + [ ':fries:' => 'state', 'Fryday' ], + [ '🍟' => 'state', 'Fryday' ], + [ qr/##([-0-9a-zA-Z]+)/ => 'project' ], );