Skip to content

Commit

Permalink
.github/workflows/cla.yml: don't run on issue comments.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
julian-smith-artifex-com committed Nov 21, 2024
1 parent 2746e5a commit 41b3ef1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened,closed,synchronize]

Expand Down

0 comments on commit 41b3ef1

Please sign in to comment.