Skip to content

Commit

Permalink
undo cla deletion, can disable manually
Browse files Browse the repository at this point in the history
  • Loading branch information
riyavsinha committed Feb 17, 2025
1 parent f59f47c commit 71e5291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
steps:
- 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'
<<<<<<< HEAD
uses: contributor-assistant/github-action@v2.6.1
=======
uses: contributor-assistant/github-action@v2.5.1
>>>>>>> c2dd1a5e (undo cla deletion, can disable manually)
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 All @@ -40,4 +44,8 @@ jobs:
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
<<<<<<< HEAD
#use-dco-flag: true - If you are using DCO instead of CLA
=======
#use-dco-flag: true - If you are using DCO instead of CLA
>>>>>>> c2dd1a5e (undo cla deletion, can disable manually)

0 comments on commit 71e5291

Please sign in to comment.