thinkasany/organize-contributors
GitHub Action organize-contributors
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Your GitHub token for authentication. | yes | — |
| organize_name | your organize name | yes | — |
| branch | your target branch | no | master |
| limit_number | Limit to 200 people. | no | 200 |
| excludes_list | list to exclude. | no | "" |
| png_path | Path to save the generated PNG. | no | contributors.png |
| json_path | Path to save the generated JSON. | no | data.json |
| commit_message | Commit message of the github action. | no | chore: update contributors [skip ci] |
| committer_name | Commit name of the github action. | no | github-actions |
| committer_email | Commit email of the github action. | no | actions@github.com |
Outputs
| name | description |
|---|---|
| result | The result of api |