Skip to content

Commit

Permalink
Merge pull request #563 from corgibytes/remove-cla-bot
Browse files Browse the repository at this point in the history
Remove cla bot
  • Loading branch information
steverichey authored Sep 8, 2022
2 parents 9493e48 + f8d120c commit bb9c7dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 91 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ jobs:
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ACCESS_TOKEN }}
with:
path-to-signatures: 'CLA/signatures/v1.0/cla.json'
path-to-document: 'https://github.com/corgibytes/freshli/blob/main/CLA/CLA-v1.0.md'
path-to-document: 'https://github.com/corgibytes/freshli-cla/blob/main/CLA/CLA-v1.0.md'
branch: 'main'
allowlist: dependabot[bot]

#Configurable inputs
remote-organization-name: 'corgibytes'
remote-repository-name: 'freshli-lib-cla'
remote-organization-name: 'corgibytes'
remote-repository-name: 'freshli-cla'
create-file-commit-message: 'Adds file for storing CLA Signatures'
signed-commit-message: 'Adds CLA signature for $contributorName (PR #$pullRequestNo)'
custom-notsigned-prcomment: 'Thank you for your submission to Freshli! Like many open-source projects, we ask that you agree to our [Contributor License Agreement](https://github.com/corgibytes/freshli/blob/main/CLA/CLA-v1.0.md) before we can accept your contribution. You can sign the CLA by posting a comment in this PR matching the text below:'
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant** All contributors have signed the CLA.'
custom-notsigned-prcomment: 'Thank you for your submission to Freshli! Like many open-source projects, we ask that you agree to our [Contributor License Agreement](https://github.com/corgibytes/freshli-cla/blob/main/CLA/CLA-v1.0.md) before we can accept your contribution. You can sign the CLA by posting a comment in this PR matching the text below:'
24 changes: 0 additions & 24 deletions CLA/CLA-v1.0.md

This file was deleted.

60 changes: 0 additions & 60 deletions CLA/signatures/v1.0/cla.json

This file was deleted.

4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ We would love your help with Freshli-Lib! The two default ways to contribute ar

Feel free to submit issues/PRs that aren't code related. Confused by the documentation or the lack thereof? Questions about using Freshli? Something else? Let us know.

## Contributor License Agreement

Like many open-source projects, we ask that you agree to our [Contributor License Agreement](https://github.com/corgibytes/freshli-cla/blob/main/CLA/CLA-v1.0.md) before we can accept your contribution. You can sign the CLA by posting a comment in your PR. The CLA bot will tell you what to comment with.

## Fixing an Issue and Submitting a PR

When fixing an issue, assign yourself to the issue to indicate that you're the person currently working on it.
Expand Down

0 comments on commit bb9c7dc

Please sign in to comment.