prafdin/Check Assignment Action
Run scripts for check assignments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| params_file | Path to params file. | yes | "" |
| assignee_login | GitHub username of the person performing the assignment. | — | ${{ github.event.pull_request_target.user.login }} |
| repo_name | The full name of the repository in which the assignment was completed. | — | ${{ github.event.pull_request_target.head.repo.full_name }} |
| webhooks_devops_assignment | Run webhooks assignment. Default is false. | — | false |
| github_actions_assignment | Run GitHub Actions assignment. Default is false. | — | false |
| docker_assignment | Run Docker assignment. Default is false. | — | false |
| compose_assignment | Run Compose assignment. Default is false. | — | false |
| branch_name | The branch name for the assignment. | — | webhooks_devops_assignment |
| sa_ssh_pkey | Private key for GitHub Service account. | yes | — |
| github_token | GitHub token for API requests. | no | — |
Outputs
no outputs