Stop notifying first responders for closed bugs (#49253)

Lena created

Release Notes:

- N/A

Change summary

.github/workflows/slack_notify_first_responders.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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: