From 824f24f73f07dbf97fdd65f8891872e0cc3830bd Mon Sep 17 00:00:00 2001 From: Brad Linden Date: Wed, 8 Apr 2026 10:41:30 -0700 Subject: [PATCH] Attempting to fix stuck cla-bot actions. --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index c4f291e..846f20b 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -4,7 +4,7 @@ on: issue_comment: types: [created] pull_request_target: - types: [opened, closed, synchronize] + types: [opened, reopened, closed, synchronize] jobs: cla: