siketyan/Loxcan
Universal Lock File Scanner for Git.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| report_enabled | Reports to GitHub pull request only if this input is "true". | yes | ${{ github.event.repository.owner.id == github.event.pull_request.head.user.id }} |
| owner | The owner (organization) of the repository. | yes | ${{ github.event.repository.owner.login }} |
| repo | The name of the repository. | yes | ${{ github.event.repository.name }} |
| base | The base branch of the pull request. | yes | ${{ github.event.pull_request.base.ref }} |
| issue_number | The number of a issue or pull request to add a comment. | yes | ${{ github.event.pull_request.number }} |
| token | An OAuth token to access to the repository as a bot. | yes | ${{ github.token }} |
Outputs
no outputs