From d820a4dbd7450d5aa60e102240b53bb00e451297 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Fri, 22 Aug 2025 18:30:52 -0700 Subject: [PATCH] Add issue close event trigger to log-issue-events workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the GitHub workflow to also trigger when issues are closed, expanding event tracking beyond just issue creation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/log-issue-events.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/log-issue-events.yml b/.github/workflows/log-issue-events.yml index c3fd0c86..f23d4fbe 100644 --- a/.github/workflows/log-issue-events.yml +++ b/.github/workflows/log-issue-events.yml @@ -2,7 +2,7 @@ name: Log Issue Events to Statsig on: issues: - types: [opened] + types: [opened, closed] jobs: log-to-statsig: