Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Remove workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Nov 30, 2021
1 parent c8db890 commit a9b37f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CLA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: "CLA Assistant"
on:
issue_comment:
types: [created]

pull_request_target:
types: [opened,closed,synchronize]

workflow_dispatch:


jobs:
CLAssistant:
Expand All @@ -16,7 +14,7 @@ jobs:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
# Beta Release
uses: DynamicsValue/github-action@v2.1.3-beta
uses: cla-assistant/github-action@v2.1.3-beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
Expand Down

0 comments on commit a9b37f1

Please sign in to comment.