{"id":18352040,"url":"https://github.com/posit-dev/cla-assistant","last_synced_at":"2026-02-04T13:11:52.589Z","repository":{"id":243980353,"uuid":"813821120","full_name":"posit-dev/cla-assistant","owner":"posit-dev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-27T14:50:44.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T00:46:33.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/posit-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T20:06:05.000Z","updated_at":"2024-08-27T14:49:34.000Z","dependencies_parsed_at":"2024-07-10T22:00:42.589Z","dependency_job_id":"11d8fee8-b9bb-4cfa-82a3-c655f9b97dd1","html_url":"https://github.com/posit-dev/cla-assistant","commit_stats":null,"previous_names":["posit-dev/cla-assistant"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/posit-dev/cla-assistant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fcla-assistant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fcla-assistant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fcla-assistant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fcla-assistant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posit-dev","download_url":"https://codeload.github.com/posit-dev/cla-assistant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posit-dev%2Fcla-assistant/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264503951,"owners_count":23618762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:34:31.167Z","updated_at":"2026-02-04T13:11:52.560Z","avatar_url":"https://github.com/posit-dev.png","language":null,"readme":"# Posit CLA Assistant\n\nThis repo contains Posit PBC's standardized GitHub Actions workflow for our repositories that require all contributors to sign CLAs.\n\nTo enforce CLA signing for your posit-dev repo, follow these steps:\n\n1. File a ticket with CloudOps requesting the `CLA_ASSISTANT_PAT` organizational secret be granted to your repo.\n2. Add a file in your repo at `.github/workflows/cla.yml` with these contents:\n\n```yaml\nname: \"CLA Signature Assistant\"\non:\n  issue_comment:\n    types: [created]\n  pull_request_target:\n    types: [opened, closed, synchronize]\n\npermissions:\n  actions: write\n  contents: read\n  pull-requests: write\n  statuses: write\n\njobs:\n  RequireCLA:\n    uses: posit-dev/cla-assistant/.github/workflows/posit-cla.yml@v1\n    secrets:\n      CLA_ASSISTANT_PAT: ${{ secrets.CLA_ASSISTANT_PAT }}\n```\n\n## How it works\n\nThis repostiory really just contains an invocation of [CLA Assistant Lite](https://github.com/contributor-assistant/github-action). It's designed to let us change CLA Assistant Lite settings in one place (instead of having to touch all of our CLA-enforcing repos).\n\nOur copy of CLA Assistant Lite is at [posit-dev/cla-assistant-github-action](https://github.com/posit-dev/cla-assistant-github-action), which is a direct fork of the original with no changes; we keep a forked copy solely to ensure the deployment stays under our control (i.e. cannot be changed or deleted without our intervention).\n\nThe \"database\" for CLA Assistant Lite is at [posit-dev/cla-assistant-signatures](https://github.com/posit-dev/cla-assistant-signatures) (a private repo).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fcla-assistant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposit-dev%2Fcla-assistant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposit-dev%2Fcla-assistant/lists"}