Skip to content

Commit

Permalink
updated github/workflows/cla.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saifelance committed Dec 9, 2024
1 parent 6d7d3eb commit 5bfed61
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: CLA Assistant

name: CLA Check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, synchronize]

pull_request:
types: [opened, synchronize, reopened]
jobs:
CLA:
uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main
secrets: inherit
cla-check:
runs-on: ubuntu-latest
steps:
- name: Run CLA Assistant
uses: contributor-assistant/github-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit 5bfed61

Please sign in to comment.