From feb251de91ebb548e4abf798c6ef71f1df9d13b4 Mon Sep 17 00:00:00 2001 From: MMK21 <50421330+MMK21Hub@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:59:54 +0100 Subject: [PATCH] Fix tags (#67) * Update readme re tags and stale * Enable messages tab for the Slack app This makes tags actually function as intended --- README.md | 8 +++++--- manifest.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf15877..e674281 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Nephthys is the bot powering #summer-of-making-help and #identity-help in the Ha ## Features -### Tags (OUT OF ORDER) +### Tags -You can tag tickets in the private tickets channel or with the macro ?tag . This will DM the people who are specialised in responding to those issues and have it show up in their assigned tickets. +You can tag tickets in the private tickets channel or with the macro `?tag `. This will DM the people who are specialised in responding to those issues and have it show up in their assigned tickets. You can assign yourself to get notified for specific tags on the app home ### Macros @@ -24,7 +24,9 @@ Sometimes it’s nice to be able to do things quickly... Here’s where macros c ### Stale -Tickets that have been not had a response for more than 3 days will automatically be closed as stale. The last helper to respond in the thread gets credit for closing them +~~Tickets that have been not had a response for more than 3 days will automatically be closed as stale. The last helper to respond in the thread gets credit for closing them~~ + +Stale ticket handling is not working at the moment, but more features for dealing with stale tickets are planned. ### Leaderboard diff --git a/manifest.yml b/manifest.yml index a64ad09..8ce8bdc 100644 --- a/manifest.yml +++ b/manifest.yml @@ -7,7 +7,7 @@ "features": { "app_home": { "home_tab_enabled": true, - "messages_tab_enabled": false, + "messages_tab_enabled": true, "messages_tab_read_only_enabled": true }, "bot_user": {