Browse Source

Merge pull request #27 from ente-io/reduce-cla-spam

Vishnu Mohandas 2 years ago
parent
commit
c0f450d380
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/cla.yaml

+ 2 - 0
.github/workflows/cla.yaml

@@ -7,6 +7,8 @@ on:
 
 jobs:
     CLAAssistant:
+        # This job only runs for pull request comments
+        if: ${{ github.event.issue.pull_request }}
         runs-on: ubuntu-latest
         steps:
             - name: "CLA Assistant"