From 2f439e5f1da4897bd201356eab961b8f34d963aa Mon Sep 17 00:00:00 2001 From: Lena <241371603+zelenenka@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:16:13 +0000 Subject: [PATCH] Stop notifying first responders for closed bugs (#49253) Release Notes: - N/A --- .github/workflows/slack_notify_first_responders.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack_notify_first_responders.yml b/.github/workflows/slack_notify_first_responders.yml index f296f3cb84a49f99ad84c7e261b66b82b90b94bc..a6f2d557a574778aea6c2a90f9721b5a41bd0724 100644 --- a/.github/workflows/slack_notify_first_responders.yml +++ b/.github/workflows/slack_notify_first_responders.yml @@ -9,7 +9,7 @@ env: jobs: notify-slack: - if: github.repository_owner == 'zed-industries' + if: github.repository_owner == 'zed-industries' && github.event.issue.state == 'open' runs-on: namespace-profile-2x4-ubuntu-2404 steps: