From 41b3ef1e2a9aded57ecacd795f44364e79db35e5 Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Thu, 21 Nov 2024 11:36:59 +0000 Subject: [PATCH] .github/workflows/cla.yml: don't run on issue comments. This was from the original example at: https://github.com/contributor-assistant/github-action?tab=readme-ov-file#1-add-the-following-workflow-file-to-your-repository-in-this-pathgithubworkflowsclayml But it seems useless - for example CLA has never actually posted anything to any issue. --- .github/workflows/cla.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 038c96f1f..1ff2e9591 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -1,7 +1,5 @@ name: "CLA Assistant" on: - issue_comment: - types: [created] pull_request_target: types: [opened,closed,synchronize]