Skip to content

Commit 41b3ef1

Browse files
.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.
1 parent 2746e5a commit 41b3ef1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cla.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: "CLA Assistant"
22
on:
3-
issue_comment:
4-
types: [created]
53
pull_request_target:
64
types: [opened,closed,synchronize]
75

0 commit comments

Comments
 (0)