https://github.com/tidev/tidev-cla-action
TiDev CLA GitHub Action
https://github.com/tidev/tidev-cla-action
Last synced: 7 months ago
JSON representation
TiDev CLA GitHub Action
- Host: GitHub
- URL: https://github.com/tidev/tidev-cla-action
- Owner: tidev
- License: other
- Created: 2022-03-31T05:02:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T07:22:36.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T19:08:15.107Z (8 months ago)
- Language: JavaScript
- Size: 1.79 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TiDev CLA GitHub Action
This action can be called from other GitHub workflows as a status check to make
sure the CLA has been signed.
## Usage
In your project repo, create the file: `.github/workflows/cla.yml`
```yaml
name: Check CLA
on:
- pull_request
jobs:
check-cla:
runs-on: ubuntu-latest
name: Verify contributor
steps:
- uses: tidev/tidev-cla-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
## Releasing a new version
Manually create a new release https://github.com/tidev/tidev-cla-action/releases/new.
Create a new tag such as `v2`.